HomeSort by relevance Sort by last modified time
    Searched refs:callConstructor (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPObject.h 49 JSC::JSValue callConstructor(JSC::ExecState*);
JSNPObject.cpp 160 JSValue JSNPObject::callConstructor(ExecState* exec)
217 return JSValue::encode(static_cast<JSNPObject*>(constructor)->callConstructor(exec));

Completed in 4030 milliseconds