/external/webkit/Source/JavaScriptCore/runtime/ |
H A D | JSNotAnObject.cpp | 77 bool JSNotAnObject::getOwnPropertySlot(ExecState* exec, const Identifier&, PropertySlot&) function in class:JSC::JSNotAnObject 83 bool JSNotAnObject::getOwnPropertySlot(ExecState* exec, unsigned, PropertySlot&) function in class:JSC::JSNotAnObject
|
H A D | JSStaticScopeObject.cpp | 70 bool JSStaticScopeObject::getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::JSStaticScopeObject
|
H A D | RegExpMatchesArray.h | 33 virtual bool getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::RegExpMatchesArray 37 return JSArray::getOwnPropertySlot(exec, propertyName, slot); 40 virtual bool getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) function in class:JSC::RegExpMatchesArray 44 return JSArray::getOwnPropertySlot(exec, propertyName, slot);
|
H A D | StringObject.cpp | 53 bool StringObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::StringObject 57 return JSObject::getOwnPropertySlot(exec, propertyName, slot); 60 bool StringObject::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) function in class:JSC::StringObject 64 return JSObject::getOwnPropertySlot(exec, Identifier::from(exec, propertyName), slot);
|
H A D | JSByteArray.cpp | 58 bool JSByteArray::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::JSByteArray 66 return JSObject::getOwnPropertySlot(exec, propertyName, slot); 80 bool JSByteArray::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) function in class:JSC::JSByteArray 86 return JSObject::getOwnPropertySlot(exec, Identifier::from(exec, propertyName), slot);
|
H A D | JSCell.cpp | 117 bool JSCell::getOwnPropertySlot(ExecState* exec, const Identifier& identifier, PropertySlot& slot) function in class:JSC::JSCell 119 // This is not a general purpose implementation of getOwnPropertySlot. 121 // It calls getPropertySlot, not getOwnPropertySlot. 129 bool JSCell::getOwnPropertySlot(ExecState* exec, unsigned identifier, PropertySlot& slot) function in class:JSC::JSCell 131 // This is not a general purpose implementation of getOwnPropertySlot. 133 // It calls getPropertySlot, not getOwnPropertySlot.
|
H A D | NumberConstructor.cpp | 69 bool NumberConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::NumberConstructor
|
H A D | ObjectPrototype.cpp | 72 bool ObjectPrototype::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) function in class:JSC::ObjectPrototype 76 return JSObject::getOwnPropertySlot(exec, propertyName, slot);
|
H A D | Arguments.cpp | 144 bool Arguments::getOwnPropertySlot(ExecState* exec, unsigned i, PropertySlot& slot) function in class:JSC::Arguments 154 return JSObject::getOwnPropertySlot(exec, Identifier(exec, UString::number(i)), slot); 181 bool Arguments::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::Arguments 209 return JSObject::getOwnPropertySlot(exec, propertyName, slot);
|
H A D | JSZombie.h | 66 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&) { ASSERT_NOT_REACHED(); return false; } function in class:JSC::JSZombie 67 virtual bool getOwnPropertySlot(ExecState*, unsigned, PropertySlot&) { ASSERT_NOT_REACHED(); return false; } function in class:JSC::JSZombie
|
H A D | MathObject.cpp | 106 bool MathObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot) function in class:JSC::MathObject
|
H A D | RegExpObject.cpp | 82 bool RegExpObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::RegExpObject
|
H A D | JSActivation.cpp | 135 bool JSActivation::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::JSActivation
|
H A D | JSArray.cpp | 243 bool JSArray::getOwnPropertySlot(ExecState* exec, unsigned i, PropertySlot& slot) function in class:JSC::JSArray 249 return getOwnPropertySlot(exec, Identifier::from(exec, i), slot); 269 return JSObject::getOwnPropertySlot(exec, Identifier::from(exec, i), slot); 272 bool JSArray::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::JSArray 282 return JSArray::getOwnPropertySlot(exec, i, slot); 284 return JSObject::getOwnPropertySlot(exec, propertyName, slot);
|
H A D | JSFunction.cpp | 181 bool JSFunction::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::JSFunction 184 return Base::getOwnPropertySlot(exec, propertyName, slot); 225 return Base::getOwnPropertySlot(exec, propertyName, slot); 235 getOwnPropertySlot(exec, propertyName, slot); 268 getOwnPropertySlot(exec, exec->propertyNames().prototype, slot); 288 getOwnPropertySlot(exec, propertyName, slot);
|
H A D | JSString.cpp | 271 bool JSString::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::JSString 273 // The semantics here are really getPropertySlot, not getOwnPropertySlot. 285 if (object->getOwnPropertySlot(exec, propertyName, slot)) 319 bool JSString::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) function in class:JSC::JSString 321 // The semantics here are really getPropertySlot, not getOwnPropertySlot. 325 return JSString::getOwnPropertySlot(exec, Identifier::from(exec, propertyName), slot);
|
H A D | ObjectConstructor.cpp | 87 bool ObjectConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot) function in class:JSC::ObjectConstructor
|
/external/webkit/Source/JavaScriptCore/debugger/ |
H A D | DebuggerActivation.cpp | 54 bool DebuggerActivation::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::DebuggerActivation 56 return m_activation->getOwnPropertySlot(exec, propertyName, slot);
|
/external/webkit/Source/WebCore/bridge/ |
H A D | runtime_array.cpp | 78 bool RuntimeArray::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::RuntimeArray 94 return JSObject::getOwnPropertySlot(exec, propertyName, slot); 120 bool RuntimeArray::getOwnPropertySlot(ExecState *exec, unsigned index, PropertySlot& slot) function in class:JSC::RuntimeArray 127 return JSObject::getOwnPropertySlot(exec, index, slot);
|
H A D | runtime_method.cpp | 67 bool RuntimeMethod::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot) function in class:JSC::RuntimeMethod 74 return InternalFunction::getOwnPropertySlot(exec, propertyName, slot);
|
/external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
H A D | JSTestInterface.cpp | 69 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&); 91 bool JSTestInterfaceConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:WebCore::JSTestInterfaceConstructor 150 bool JSTestInterface::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:WebCore::JSTestInterface
|
H A D | JSTestMediaQueryListListener.cpp | 70 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&); 90 bool JSTestMediaQueryListListenerConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:WebCore::JSTestMediaQueryListListenerConstructor 122 bool JSTestMediaQueryListListenerPrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:WebCore::JSTestMediaQueryListListenerPrototype 146 bool JSTestMediaQueryListListener::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:WebCore::JSTestMediaQueryListListener
|
H A D | JSTestSerializedScriptValueInterface.cpp | 71 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&); 91 bool JSTestSerializedScriptValueInterfaceConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:WebCore::JSTestSerializedScriptValueInterfaceConstructor 136 bool JSTestSerializedScriptValueInterface::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:WebCore::JSTestSerializedScriptValueInterface
|
/external/webkit/Source/WebCore/bridge/jsc/ |
H A D | BridgeJSC.h | 115 virtual bool getOwnPropertySlot(JSObject*, ExecState*, const Identifier&, PropertySlot&) { return false; } function in class:JSC::Bindings::Instance
|
/external/webkit/Source/JavaScriptCore/API/ |
H A D | JSCallbackObjectFunctions.h | 114 bool JSCallbackObject<Base>::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) function in class:JSC::JSCallbackObject 165 return Base::getOwnPropertySlot(exec, propertyName, slot); 172 if (getOwnPropertySlot(exec, propertyName, slot)) { 555 if (thisObj->Base::getOwnPropertySlot(exec, propertyName, slot2))
|