Home
last modified time | relevance | path

Searched defs:objectPrototype (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DV8DOMWrapper.cpp127 …unction> V8DOMWrapper::getConstructor(WrapperTypeInfo* type, v8::Handle<v8::Value> objectPrototype) in getConstructor()
235 static bool globalObjectPrototypeIsDOMWindow(v8::Handle<v8::Object> objectPrototype) in globalObjectPrototypeIsDOMWindow()
DV8DOMWindowShell.cpp619 v8::Handle<v8::Value> objectPrototype = object->Get(prototypeString); in installHiddenObjectPrototype() local
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.cpp305 JSObject* objectPrototype = m_objectPrototype.get(); in resetPrototype() local
DObjectConstructor.cpp78 …cState* exec, JSGlobalObject* globalObject, Structure* structure, ObjectPrototype* objectPrototype) in ObjectConstructor()
DJSGlobalObject.h186 ObjectPrototype* objectPrototype() const { return m_objectPrototype.get(); } in objectPrototype() function