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

  /external/webkit/Source/WebCore/bridge/
runtime_method.h 43 static FunctionPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject)
runtime_array.h 56 static ArrayPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject)
runtime_object.h 59 static ObjectPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject)
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestInterface.h 39 static JSC::JSObject* createPrototype(JSC::ExecState*, JSC::JSGlobalObject*);
JSTestMediaQueryListListener.h 37 static JSC::JSObject* createPrototype(JSC::ExecState*, JSC::JSGlobalObject*);
JSTestSerializedScriptValueInterface.h 39 static JSC::JSObject* createPrototype(JSC::ExecState*, JSC::JSGlobalObject*);
JSTestInterface.cpp 145 JSObject* JSTestInterface::createPrototype(ExecState* exec, JSGlobalObject* globalObject)
JSTestMediaQueryListListener.cpp 141 JSObject* JSTestMediaQueryListListener::createPrototype(ExecState* exec, JSGlobalObject* globalObject)
JSTestSerializedScriptValueInterface.cpp 131 JSObject* JSTestSerializedScriptValueInterface::createPrototype(ExecState* exec, JSGlobalObject* globalObject)
JSTestObj.h 37 static JSC::JSObject* createPrototype(JSC::ExecState*, JSC::JSGlobalObject*);
JSTestObj.cpp 266 JSObject* JSTestObj::createPrototype(ExecState* exec, JSGlobalObject* globalObject)
    [all...]
  /external/webkit/Source/WebCore/bridge/objc/
objc_runtime.h 101 static ObjectPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject)
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.h 151 static FunctionPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject)
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.h 134 return cacheDOMStructure(globalObject, WrapperClass::createStructure(exec->globalData(), WrapperClass::createPrototype(exec, globalObject)), &WrapperClass::s_info);

Completed in 6135 milliseconds