Searched refs:getPropertyNames (Results 1 - 25 of 39) sorted by relevance

12

/external/v8/test/mjsunit/harmony/
H A Dproxies-for.js62 getPropertyNames: function() { return ["a", "b", "c", "d", "e"] },
119 getPropertyNames: function() { return ["a", "b", "c", "d", "e"] },
156 getPropertyNames: function() { throw "myexn" }
160 getPropertyNames: function() { return ["a"] },
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_pixmapruntime.h37 virtual void getPropertyNames(ExecState*, PropertyNameArray&);
H A Dqt_instance.h56 virtual void getPropertyNames(ExecState*, PropertyNameArray&);
H A Dqt_instance.cpp206 void QtInstance::getPropertyNames(ExecState* exec, PropertyNameArray& array) function in class:JSC::Bindings::QtInstance
/external/webkit/Source/JavaScriptCore/runtime/
H A DScopeChain.cpp40 o->getPropertyNames(globalObject->globalExec(), propertyNames);
H A DJSPropertyNameIterator.cpp58 o->getPropertyNames(exec, propertyNames);
H A DStructure.h134 void getPropertyNames(JSGlobalData&, PropertyNameArray&, EnumerationMode mode);
H A DJSObject.cpp441 void JSObject::getPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) function in class:JSC::JSObject
451 prototype->getPropertyNames(exec, propertyNames, mode);
464 m_structure->getPropertyNames(exec->globalData(), propertyNames, mode);
/external/webkit/Source/WebCore/bridge/c/
H A Dc_instance.h70 virtual void getPropertyNames(ExecState*, PropertyNameArray&);
H A Dc_instance.cpp292 void CInstance::getPropertyNames(ExecState* exec, PropertyNameArray& nameArray) function in class:JSC::Bindings::CInstance
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowShell.cpp118 void JSDOMWindowShell::getPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) function in class:WebCore::JSDOMWindowShell
120 m_window->getPropertyNames(exec, propertyNames, mode);
H A DJSDOMWindowShell.h78 virtual void getPropertyNames(JSC::ExecState*, JSC::PropertyNameArray&, JSC::EnumerationMode mode = JSC::ExcludeDontEnumProperties);
/external/webkit/Source/JavaScriptCore/API/
H A DJSClassRef.h107 JSObjectGetPropertyNamesCallback getPropertyNames; member in struct:OpaqueJSClass
H A DJSClassRef.cpp68 , getPropertyNames(definition->getPropertyNames)
H A DJSObjectRef.h196 Use JSPropertyNameAccumulatorAddName to add property names to accumulator. A class's getPropertyNames callback only needs to provide the names of properties that the class vends through a custom getProperty or setProperty callback. Other properties, including statically declared properties, properties vended by other classes, and properties belonging to object's prototype, are added independently.
325 @field getPropertyNames The callback invoked when collecting the names of an object's properties.
330 @discussion The staticValues and staticFunctions arrays are the simplest and most efficient means for vending custom properties. Statically declared properties autmatically service requests like getProperty, setProperty, and getPropertyNames. Property access callbacks are required only to implement unusual properties, like array indexes, whose names are not known at compile-time.
359 JSObjectGetPropertyNamesCallback getPropertyNames; member in struct:__anon15523
H A DJSCallbackObjectFunctions.h407 if (JSObjectGetPropertyNamesCallback getPropertyNames = jsClass->getPropertyNames) {
409 getPropertyNames(execRef, thisRef, toRef(&propertyNames));
/external/webkit/Source/JavaScriptCore/debugger/
H A DDebuggerActivation.cpp76 m_activation->getPropertyNames(exec, propertyNames, mode);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DProxyInstance.h78 virtual void getPropertyNames(JSC::ExecState*, JSC::PropertyNameArray&);
/external/v8/src/
H A Dproxy.js170 var names = this.getPropertyNames()
/external/webkit/Source/JavaScriptGlue/
H A DJSValueWrapper.cpp79 object->getPropertyNames(exec, propNames);
H A DJSUtils.cpp280 object->getPropertyNames(exec, propNames);
319 object->getPropertyNames(exec, propNames);
/external/webkit/Source/WebCore/bridge/jsc/
H A DBridgeJSC.h105 virtual void getPropertyNames(ExecState*, PropertyNameArray&) { } function in class:JSC::Bindings::Instance
/external/smack/src/org/jivesoftware/smack/packet/
H A DPacket.java364 public synchronized Collection<String> getPropertyNames() { method in class:Packet
397 for (String name : getPropertyNames()) {
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java573 * @see #getPropertyNames()
642 public abstract Enumeration<String> getPropertyNames(); method in class:ServiceInfo
/external/webkit/Source/WebCore/bridge/
H A Druntime_object.cpp307 instance->getPropertyNames(exec, propertyNames);

Completed in 1106 milliseconds

12