Home
last modified time | relevance | path

Searched refs:PropertyNameArray (Results 1 – 25 of 84) sorted by relevance

1234

/external/webkit/Source/JavaScriptCore/runtime/
DScopeChain.cpp39 PropertyNameArray propertyNames(globalObject->globalExec()); in print()
41 PropertyNameArray::const_iterator propEnd = propertyNames.end(); in print()
44 …for (PropertyNameArray::const_iterator propIter = propertyNames.begin(); propIter != propEnd; prop… in print()
DPropertyNameArray.h53 class PropertyNameArray {
55 PropertyNameArray(JSGlobalData* globalData) in PropertyNameArray() function
62 PropertyNameArray(ExecState* exec) in PropertyNameArray() function
DPropertyNameArray.cpp33 void PropertyNameArray::add(StringImpl* identifier) in add()
DJSVariableObject.cpp45 void JSVariableObject::getOwnPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, Enume… in getOwnPropertyNames()
DStringObject.h42 …virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&, EnumerationMode mode = ExcludeDon…
DJSNotAnObject.h74 …virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&, EnumerationMode mode = ExcludeDon…
DJSONObject.cpp119 PropertyNameArray m_arrayReplacerPropertyNames;
492 PropertyNameArray objectPropertyNames(exec); in appendNextProperty()
640 Vector<PropertyNameArray, 16> propertyStack; in walk()
726 propertyStack.append(PropertyNameArray(m_exec)); in walk()
740 PropertyNameArray& properties = propertyStack.last(); in walk()
DJSNotAnObject.cpp117 void JSNotAnObject::getOwnPropertyNames(ExecState* exec, PropertyNameArray&, EnumerationMode) in getOwnPropertyNames() argument
DRegExpMatchesArray.h82 …virtual void getOwnPropertyNames(ExecState* exec, PropertyNameArray& arr, EnumerationMode mode = E…
DStructure.h47 class PropertyNameArray; variable
134 void getPropertyNames(JSGlobalData&, PropertyNameArray&, EnumerationMode mode);
DJSActivation.h55 virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&, EnumerationMode);
/external/webkit/Source/JavaScriptCore/API/
DAPICast.h36 class PropertyNameArray; variable
98 inline JSC::PropertyNameArray* toJS(JSPropertyNameAccumulatorRef a) in toJS()
100 return reinterpret_cast<JSC::PropertyNameArray*>(a); in toJS()
143 inline JSPropertyNameAccumulatorRef toRef(JSC::PropertyNameArray* l) in toRef()
/external/webkit/Source/JavaScriptGlue/
DJSUtils.cpp279 PropertyNameArray propNames(exec); in KJSValueToCFTypeInternal()
281 PropertyNameArray::const_iterator iter = propNames.begin(); in KJSValueToCFTypeInternal()
282 PropertyNameArray::const_iterator end = propNames.end(); in KJSValueToCFTypeInternal()
318 PropertyNameArray propNames(exec); in KJSValueToCFTypeInternal()
327 PropertyNameArray::const_iterator iter = propNames.begin(); in KJSValueToCFTypeInternal()
328 PropertyNameArray::const_iterator end = propNames.end(); in KJSValueToCFTypeInternal()
DJSValueWrapper.cpp78 PropertyNameArray propNames(exec); in JSObjectCopyPropertyNames()
80 PropertyNameArray::const_iterator iterator = propNames.begin(); in JSObjectCopyPropertyNames()
DUserObjectImp.h46 …virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&, EnumerationMode mode = ExcludeDon…
/external/webkit/Source/WebCore/bridge/jsc/
DBridgeJSC.h43 class PropertyNameArray; variable
105 virtual void getPropertyNames(ExecState*, PropertyNameArray&) { } in getPropertyNames() argument
/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowShell.h78 …virtual void getPropertyNames(JSC::ExecState*, JSC::PropertyNameArray&, JSC::EnumerationMode mode …
79 …virtual void getOwnPropertyNames(JSC::ExecState*, JSC::PropertyNameArray&, JSC::EnumerationMode mo…
DJSDOMWindowShell.cpp118 void JSDOMWindowShell::getPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, Enumerat… in getPropertyNames()
123 void JSDOMWindowShell::getOwnPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, Enume… in getOwnPropertyNames()
DJSStorageCustom.cpp67 void JSStorage::getOwnPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, EnumerationM… in getOwnPropertyNames()
/external/webkit/Source/WebCore/bridge/qt/
Dqt_pixmapruntime.h37 virtual void getPropertyNames(ExecState*, PropertyNameArray&);
Dqt_runtime.h176 …virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&, EnumerationMode mode = ExcludeDon…
199 …virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&, EnumerationMode mode = ExcludeDon…
/external/webkit/Source/JavaScriptCore/debugger/
DDebuggerActivation.h45 …virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&, EnumerationMode mode = ExcludeDon…
/external/webkit/Source/WebCore/bridge/
Druntime_array.h40 …virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&, EnumerationMode mode = ExcludeDon…
Druntime_object.h49 …virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&, EnumerationMode mode = ExcludeDon…
/external/webkit/Source/WebCore/bridge/c/
Dc_instance.h70 virtual void getPropertyNames(ExecState*, PropertyNameArray&);

1234