Home
last modified time | relevance | path

Searched refs:constructEmptyArray (Results 1 – 12 of 12) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSArray.h115 JSArray* constructEmptyArray(ExecState*);
116 JSArray* constructEmptyArray(ExecState*, unsigned initialLength);
DArrayPrototype.cpp295 JSArray* arr = constructEmptyArray(exec); in arrayProtoFuncConcat()
412 JSArray* resObj = constructEmptyArray(exec); in arrayProtoFuncSlice()
513 JSArray* resObj = constructEmptyArray(exec); in arrayProtoFuncSplice()
596 JSArray* resultArray = constructEmptyArray(exec); in arrayProtoFuncFilter()
657 JSArray* resultArray = constructEmptyArray(exec, length); in arrayProtoFuncMap()
DLiteralParser.cpp292 JSArray* array = constructEmptyArray(m_exec); in parse()
DJSArray.cpp1049 JSArray* constructEmptyArray(ExecState* exec) in constructEmptyArray() function
1054 JSArray* constructEmptyArray(ExecState* exec, unsigned initialLength) in constructEmptyArray() function
DStringPrototype.cpp567 JSArray* result = constructEmptyArray(exec); in stringProtoFuncSplit()
/external/webkit/WebCore/bindings/js/
DScriptArray.cpp105 return ScriptArray(scriptState, constructEmptyArray(scriptState)); in createNew()
/external/webkit/JavaScriptCore/API/
DJSObjectRef.cpp154 result = constructEmptyArray(exec); in JSObjectMakeArray()
/external/webkit/JavaScriptCore/
Djsc.cpp196 JSObject* array = constructEmptyArray(globalExec()); in GlobalObject()
DChangeLog-2008-08-104524 (KJS::constructEmptyArray):
DChangeLog-2009-06-1633799 (JSC::constructEmptyArray):
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore_debug.def70 ?constructEmptyArray@JSC@@YAPAVJSArray@1@PAVExecState@1@@Z
DJavaScriptCore.def72 ?constructEmptyArray@JSC@@YAPAVJSArray@1@PAVExecState@1@@Z