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

  /external/webkit/WebCore/bridge/c/
c_instance.h 67 virtual JSValue invokeConstruct(ExecState*, const ArgList&);
c_instance.cpp 186 JSValue CInstance::invokeConstruct(ExecState* exec, const ArgList& args)
  /external/webkit/WebCore/bridge/jsc/
BridgeJSC.h 99 virtual JSValue invokeConstruct(ExecState*, const ArgList&) { return JSValue(); }
  /external/webkit/WebKit/mac/Plugins/Hosted/
ProxyInstance.h 70 virtual JSC::JSValue invokeConstruct(JSC::ExecState*, const JSC::ArgList&);
ProxyInstance.mm 209 JSValue ProxyInstance::invokeConstruct(ExecState* exec, const ArgList& args)
  /external/webkit/WebCore/bridge/
runtime_object.cpp 285 JSValue result = instance->invokeConstruct(exec, args);

Completed in 178 milliseconds