Searched refs:JSNPMethod (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DJSNPMethod.cpp27 #include "JSNPMethod.h"
44 ASSERT_HAS_TRIVIAL_DESTRUCTOR(JSNPMethod);
46 const ClassInfo JSNPMethod::s_info = { "NPMethod", &InternalFunction::s_info, 0, 0, CREATE_METHOD_TABLE(JSNPMethod) };
48 JSNPMethod::JSNPMethod(JSGlobalObject* globalObject, Structure* structure, NPIdentifier npIdentifier) function in class:WebKit::JSNPMethod
54 void JSNPMethod::finishCreation(VM& vm, const String& name)
62 JSNPMethod* jsNPMethod = static_cast<JSNPMethod*>(exec->callee());
84 CallType JSNPMethod
[all...]
H A DJSNPMethod.h40 class JSNPMethod : public JSC::InternalFunction { class in namespace:WebKit
44 static JSNPMethod* create(JSC::ExecState* exec, JSC::JSGlobalObject* globalObject, const String& name, NPIdentifier npIdent)
47 JSNPMethod* method = new (JSC::allocateCell<JSNPMethod>(*exec->heap())) JSNPMethod(globalObject, structure, npIdent);
60 JSNPMethod(JSC::JSGlobalObject*, JSC::Structure*, NPIdentifier);
H A DJSNPObject.cpp31 #include "JSNPMethod.h"
500 return JSNPMethod::create(exec, thisObj->globalObject(), propertyName.publicName(), npIdentifier);

Completed in 129 milliseconds