Searched refs:PropertyNameArray (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.9.5/WebCore-7537.78.1/ForwardingHeaders/runtime/
H A DPropertyNameArray.h3 #include <JavaScriptCore/PropertyNameArray.h>
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DDictionary.cpp65 PropertyNameArray propertyNames(exec);
67 for (PropertyNameArray::const_iterator it = propertyNames.begin(); it != propertyNames.end(); ++it) {
90 PropertyNameArray propertyNames(exec);
92 for (PropertyNameArray::const_iterator it = propertyNames.begin(); it != propertyNames.end(); ++it) {
H A DJSStorageCustom.cpp30 #include <runtime/PropertyNameArray.h>
84 void JSStorage::getOwnPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode)
H A DJSDOMStringMapCustom.cpp49 void JSDOMStringMap::getOwnPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode)
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DPropertyNameArray.h35 // FIXME: Rename to PropertyNameArray.
53 class PropertyNameArray { class in namespace:JSC
55 PropertyNameArray(VM* vm) function in class:JSC::PropertyNameArray
63 PropertyNameArray(ExecState* exec) function in class:JSC::PropertyNameArray
H A DPropertyNameArray.cpp22 #include "PropertyNameArray.h"
33 void PropertyNameArray::add(StringImpl* identifier)
H A DObjectConstructor.cpp35 #include "PropertyNameArray.h"
183 PropertyNameArray properties(exec);
197 PropertyNameArray properties(exec);
308 PropertyNameArray propertyNames(exec);
376 PropertyNameArray properties(exec);
378 PropertyNameArray::const_iterator end = properties.end();
379 for (PropertyNameArray::const_iterator iter = properties.begin(); iter != end; ++iter) {
413 PropertyNameArray properties(exec);
415 PropertyNameArray::const_iterator end = properties.end();
416 for (PropertyNameArray
[all...]
H A DClassInfo.h75 typedef void (*GetOwnPropertyNamesFunctionPtr)(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
78 typedef void (*GetOwnNonIndexPropertyNamesFunctionPtr)(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
81 typedef void (*GetPropertyNamesFunctionPtr)(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
H A DJSProxy.h85 JS_EXPORT_PRIVATE static void getOwnPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
86 JS_EXPORT_PRIVATE static void getPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
H A DJSCell.h44 class PropertyNameArray;
154 static NO_RETURN_DUE_TO_CRASH void getOwnPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
155 static NO_RETURN_DUE_TO_CRASH void getOwnNonIndexPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
156 static NO_RETURN_DUE_TO_CRASH void getPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
H A DJSNotAnObject.cpp89 void JSNotAnObject::getOwnPropertyNames(JSObject*, ExecState* exec, PropertyNameArray&, EnumerationMode)
H A DJSNotAnObject.h81 static void getOwnPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
H A DJSSymbolTableObject.cpp36 #include "PropertyNameArray.h"
60 void JSSymbolTableObject::getOwnNonIndexPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode)
H A DRegExpObject.h93 JS_EXPORT_PRIVATE static void getOwnNonIndexPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
94 JS_EXPORT_PRIVATE static void getPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
H A DJSCell.cpp187 void JSCell::getOwnPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode)
192 void JSCell::getOwnNonIndexPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode)
208 void JSCell::getPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode)
H A DStringObject.h57 static void getOwnPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DAPICast.h35 class PropertyNameArray;
114 inline JSC::PropertyNameArray* toJS(JSPropertyNameAccumulatorRef a)
116 return reinterpret_cast<JSC::PropertyNameArray*>(a);
159 inline JSPropertyNameAccumulatorRef toRef(JSC::PropertyNameArray* l)
/macosx-10.9.5/WebCore-7537.78.1/bridge/jsc/
H A DBridgeJSC.h42 class PropertyNameArray;
97 virtual void getPropertyNames(ExecState*, PropertyNameArray&) { }
/macosx-10.9.5/JavaScriptCore-7537.78.1/debugger/
H A DDebuggerActivation.h50 static void getOwnPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
/macosx-10.9.5/WebCore-7537.78.1/bridge/c/
H A Dc_instance.h69 virtual void getPropertyNames(ExecState*, PropertyNameArray&);
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_array.h55 static void getOwnPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
H A Druntime_object.h56 static void getOwnPropertyNames(JSObject*, ExecState*, PropertyNameArray&, EnumerationMode);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DObjectAllocationProfile.h120 PropertyNameArray propertyNameArray(&vm);
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_instance.h83 virtual void getPropertyNames(ExecState*, PropertyNameArray&);
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DProxyInstance.h81 virtual void getPropertyNames(JSC::ExecState*, JSC::PropertyNameArray&);

Completed in 185 milliseconds

123