Home
last modified time | relevance | path

Searched defs:getOwnPropertyDescriptor (Results 1 – 25 of 34) sorted by relevance

12

/external/v8/test/mjsunit/harmony/
Dproxies.js57 getOwnPropertyDescriptor: function(k) { method
64 getOwnPropertyDescriptor: function(k) { method
74 getOwnPropertyDescriptor: function(k) { method
98 getOwnPropertyDescriptor: function(k) { throw "myexn" } method
102 getOwnPropertyDescriptor: function(k) { method
109 getOwnPropertyDescriptor: function(k) { method
393 getOwnPropertyDescriptor: function(k) { return {writable: true} }, method
398 getOwnPropertyDescriptor: function(k) { method
407 getOwnPropertyDescriptor: function(k) { method
414 getOwnPropertyDescriptor: function(k) { method
[all …]
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestMediaQueryListListener.cpp95 bool JSTestMediaQueryListListenerConstructor::getOwnPropertyDescriptor(ExecState* exec, const Ident… in getOwnPropertyDescriptor() function in WebCore::JSTestMediaQueryListListenerConstructor
127 bool JSTestMediaQueryListListenerPrototype::getOwnPropertyDescriptor(ExecState* exec, const Identif… in getOwnPropertyDescriptor() function in WebCore::JSTestMediaQueryListListenerPrototype
151 bool JSTestMediaQueryListListener::getOwnPropertyDescriptor(ExecState* exec, const Identifier& prop… in getOwnPropertyDescriptor() function in WebCore::JSTestMediaQueryListListener
DJSTestSerializedScriptValueInterface.cpp96 bool JSTestSerializedScriptValueInterfaceConstructor::getOwnPropertyDescriptor(ExecState* exec, con… in getOwnPropertyDescriptor() function in WebCore::JSTestSerializedScriptValueInterfaceConstructor
141 bool JSTestSerializedScriptValueInterface::getOwnPropertyDescriptor(ExecState* exec, const Identifi… in getOwnPropertyDescriptor() function in WebCore::JSTestSerializedScriptValueInterface
DJSTestInterface.cpp96 bool JSTestInterfaceConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& proper… in getOwnPropertyDescriptor() function in WebCore::JSTestInterfaceConstructor
155 bool JSTestInterface::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Pro… in getOwnPropertyDescriptor() function in WebCore::JSTestInterface
/external/webkit/Source/JavaScriptCore/runtime/
DRegExpMatchesArray.h47 …virtual bool getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDes… in getOwnPropertyDescriptor() function
DStringObject.cpp67 bool StringObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Proper… in getOwnPropertyDescriptor() function in JSC::StringObject
DJSByteArray.cpp69 bool JSByteArray::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Propert… in getOwnPropertyDescriptor() function in JSC::JSByteArray
DNumberConstructor.cpp74 bool NumberConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, P… in getOwnPropertyDescriptor() function in JSC::NumberConstructor
DJSNotAnObject.cpp89 bool JSNotAnObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier&, PropertyDescriptor… in getOwnPropertyDescriptor() function in JSC::JSNotAnObject
DRegExpObject.cpp87 bool RegExpObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Proper… in getOwnPropertyDescriptor() function in JSC::RegExpObject
DMathObject.cpp111 bool MathObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Property… in getOwnPropertyDescriptor() function in JSC::MathObject
DArguments.cpp212 bool Arguments::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyD… in getOwnPropertyDescriptor() function in JSC::Arguments
DJSString.cpp309 bool JSString::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDe… in getOwnPropertyDescriptor() function in JSC::JSString
DJSFunction.cpp228 bool JSFunction::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Property… in getOwnPropertyDescriptor() function in JSC::JSFunction
DObjectConstructor.cpp92 bool ObjectConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, P… in getOwnPropertyDescriptor() function in JSC::ObjectConstructor
DRegExpConstructor.cpp200 bool RegExpConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, P… in getOwnPropertyDescriptor() function in JSC::RegExpConstructor
DJSONObject.cpp602 bool JSONObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Property… in getOwnPropertyDescriptor() function in JSC::JSONObject
/external/webkit/Source/WebCore/bridge/
Druntime_method.cpp77 bool RuntimeMethod::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Prope… in getOwnPropertyDescriptor() function in JSC::RuntimeMethod
Druntime_array.cpp97 bool RuntimeArray::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Proper… in getOwnPropertyDescriptor() function in JSC::RuntimeArray
Druntime_object.cpp159 bool RuntimeObject::getOwnPropertyDescriptor(ExecState *exec, const Identifier& propertyName, Prope… in getOwnPropertyDescriptor() function in JSC::Bindings::RuntimeObject
/external/webkit/Source/JavaScriptCore/debugger/
DDebuggerActivation.cpp79 bool DebuggerActivation::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, … in getOwnPropertyDescriptor() function in JSC::DebuggerActivation
/external/webkit/Source/WebCore/bridge/jsc/
DBridgeJSC.h116 …virtual bool getOwnPropertyDescriptor(JSObject*, ExecState*, const Identifier&, PropertyDescriptor… in getOwnPropertyDescriptor() function
/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowShell.cpp93 bool JSDOMWindowShell::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Pr… in getOwnPropertyDescriptor() function in WebCore::JSDOMWindowShell
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DJSNPObject.cpp253 bool JSNPObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Property… in getOwnPropertyDescriptor() function in WebKit::JSNPObject
/external/webkit/Source/JavaScriptCore/API/
DJSCallbackObjectFunctions.h169 bool JSCallbackObject<Base>::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyNa… in getOwnPropertyDescriptor() function

12