Searched refs:asArray (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSArray.h172 JSArray* asArray(JSValue);
174 inline JSArray* asArray(JSCell* cell) function in namespace:JSC
180 inline JSArray* asArray(JSValue value) function in namespace:JSC
182 return asArray(value.asCell());
H A DFunctionPrototype.cpp123 asArray(array)->fillArgList(exec, applyArgs);
125 unsigned length = asArray(array)->get(exec, exec->propertyNames().length).toUInt32(exec);
127 applyArgs.append(asArray(array)->get(exec, i));
H A DArrayPrototype.cpp172 JSArray* thisObj = asArray(thisValue);
235 JSObject* thisObj = asArray(thisValue);
287 JSArray* array = asArray(thisObj);
370 return JSValue::encode(asArray(thisValue)->pop());
394 JSArray* array = asArray(thisValue);
505 asArray(thisObj)->sortNumeric(exec, function, callType, callData);
507 asArray(thisObj)->sort(exec, function, callType, callData);
509 asArray(thisObj)->sort(exec);
669 JSArray* array = asArray(thisObj);
727 JSArray* array = asArray(thisOb
[all...]
H A DLiteralParser.cpp321 asArray(objectStack.last())->push(m_exec, lastValue);
H A DJSONObject.cpp518 if (m_isJSArray && asArray(m_object.get())->canGetIndex(index))
519 value = asArray(m_object.get())->getIndex(index);
662 JSArray* array = asArray(inValue);
/external/webkit/Source/WebCore/inspector/
H A DInspectorValues.h81 virtual bool asArray(RefPtr<InspectorArray>* output);
83 virtual PassRefPtr<InspectorArray> asArray();
221 virtual bool asArray(RefPtr<InspectorArray>* output);
222 virtual PassRefPtr<InspectorArray> asArray();
H A DInjectedScript.cpp96 *properties = result->asArray();
141 return result->asArray();
H A DInspectorValues.cpp525 bool InspectorValue::asArray(RefPtr<InspectorArray>*) function in class:WebCore::InspectorValue
535 PassRefPtr<InspectorArray> InspectorValue::asArray() function in class:WebCore::InspectorValue
684 return value->asArray();
732 bool InspectorArray::asArray(RefPtr<InspectorArray>* output) function in class:WebCore::InspectorArray
738 PassRefPtr<InspectorArray> InspectorArray::asArray() function in class:WebCore::InspectorArray
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGOperations.cpp78 if (isJSArray(globalData, base) && asArray(base)->canGetIndex(i))
79 return JSValue::encode(asArray(base)->getIndex(i));
124 JSArray* jsArray = asArray(baseValue);
/external/webkit/Source/JavaScriptCore/heap/
H A DMarkStack.cpp79 asArray(cell)->markChildrenDirect(*this);
/external/webkit/Source/WebCore/bindings/js/
H A DJSInspectorFrontendHostCustom.cpp90 JSArray* array = asArray(exec->argument(1));
H A DScriptValue.cpp133 JSArray* array = asArray(value);
H A DSerializedScriptValue.cpp630 JSArray* inArray = asArray(inValue);
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJNIUtilityPrivate.cpp204 result.l = convertArrayInstanceToJavaArray(exec, asArray(value), javaClassName);
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp2973 callFrame->uncheckedR(dst) = jsNumber(asArray(baseValue)->length());
3272 JSArray* jsArray = asArray(baseValue);
3314 JSArray* jsArray = asArray(baseValue);
3975 JSArray* array = asArray(arguments);
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp2477 JSArray* jsArray = asArray(baseValue);
2619 JSArray* array = asArray(arguments);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 242 milliseconds