HomeSort by relevance Sort by last modified time
    Searched refs:JSObjectWithGlobalObject (Results 26 - 38 of 38) sorted by null

12

  /external/webkit/Source/WebCore/bridge/objc/
objc_runtime.mm 190 const ClassInfo ObjcFallbackObjectImp::s_info = { "ObjcFallbackObject", &JSObjectWithGlobalObject::s_info, 0, 0 };
194 : JSObjectWithGlobalObject(globalObject, deprecatedGetDOMStructure<ObjcFallbackObjectImp>(exec))
  /external/webkit/Source/JavaScriptCore/runtime/
MathObject.cpp 64 const ClassInfo MathObject::s_info = { "Math", &JSObjectWithGlobalObject::s_info, 0, ExecState::mathTable };
90 : JSObjectWithGlobalObject(globalObject, structure)
JSONObject.cpp 57 : JSObjectWithGlobalObject(globalObject, structure)
586 const ClassInfo JSONObject::s_info = { "JSON", &JSObjectWithGlobalObject::s_info, 0, ExecState::jsonTable };
JSGlobalObject.cpp 188 m_callbackObjectStructure.set(exec->globalData(), this, JSCallbackObject<JSObjectWithGlobalObject>::createStructure(exec->globalData(), m_objectPrototype.get()));
  /external/webkit/Source/WebCore/bridge/
runtime_object.cpp 39 const ClassInfo RuntimeObject::s_info = { "RuntimeObject", &JSObjectWithGlobalObject::s_info, 0, 0 };
42 : JSObjectWithGlobalObject(globalObject, structure)
  /external/webkit/Source/JavaScriptCore/API/
JSValueRef.cpp 134 if (o->inherits(&JSCallbackObject<JSObjectWithGlobalObject>::s_info))
135 return static_cast<JSCallbackObject<JSObjectWithGlobalObject>*>(o)->inherits(jsClass);
JSClassRef.cpp 254 jsClassData.cachedPrototype.set(exec->globalData(), new (exec) JSCallbackObject<JSObjectWithGlobalObject>(exec, exec->lexicalGlobalObject(), exec->lexicalGlobalObject()->callbackObjectStructure(), prototypeClass, &jsClassData), 0); // set jsClassData as the object's private data, so it can clear our reference on destruction
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPObject.cpp 50 const ClassInfo JSNPObject::s_info = { "NPObject", &JSObjectWithGlobalObject::s_info, 0, 0 };
53 : JSObjectWithGlobalObject(globalObject, createStructure(globalObject->globalData(), globalObject->objectPrototype()))
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestInterface.cpp 129 const ClassInfo JSTestInterfacePrototype::s_info = { "TestInterfacePrototype", &JSC::JSObjectWithGlobalObject::s_info, &JSTestInterfacePrototypeTable, 0 };
JSTestMediaQueryListListener.cpp 115 const ClassInfo JSTestMediaQueryListListenerPrototype::s_info = { "TestMediaQueryListListenerPrototype", &JSC::JSObjectWithGlobalObject::s_info, &JSTestMediaQueryListListenerPrototypeTable, 0 };
JSTestSerializedScriptValueInterface.cpp 115 const ClassInfo JSTestSerializedScriptValueInterfacePrototype::s_info = { "TestSerializedScriptValueInterfacePrototype", &JSC::JSObjectWithGlobalObject::s_info, &JSTestSerializedScriptValueInterfacePrototypeTable, 0 };
JSTestObj.cpp 240 const ClassInfo JSTestObjPrototype::s_info = { "TestObjPrototype", &JSC::JSObjectWithGlobalObject::s_info, &JSTestObjPrototypeTable, 0 };
    [all...]
  /external/webkit/Source/JavaScriptCore/
Android.mk 131 runtime/JSObjectWithGlobalObject.cpp \

Completed in 165 milliseconds

12