Searched refs:constructEmptyArray (Results 1 – 13 of 13) sorted by relevance
422 inline JSArray* constructEmptyArray(ExecState* exec) in constructEmptyArray() function427 inline JSArray* constructEmptyArray(ExecState* exec, JSGlobalObject* globalObject) in constructEmptyArray() function432 inline JSArray* constructEmptyArray(ExecState* exec, unsigned initialLength) in constructEmptyArray() function
137 JSArray* names = constructEmptyArray(exec); in objectConstructorGetOwnPropertyNames()151 JSArray* keys = constructEmptyArray(exec); in objectConstructorKeys()
289 JSArray* arr = constructEmptyArray(exec); in arrayProtoFuncConcat()406 JSArray* resObj = constructEmptyArray(exec); in arrayProtoFuncSlice()507 JSArray* resObj = constructEmptyArray(exec); in arrayProtoFuncSplice()590 JSArray* resultArray = constructEmptyArray(exec); in arrayProtoFuncFilter()651 JSArray* resultArray = constructEmptyArray(exec, length); in arrayProtoFuncMap()
294 JSArray* array = constructEmptyArray(m_exec); in parse()
676 JSArray* result = constructEmptyArray(exec); in stringProtoFuncSplit()
109 return ScriptArray(scriptState, constructEmptyArray(scriptState)); in createNew()
687 JSArray* array = constructEmptyArray(m_exec, m_globalObject); in createOutputArray()
168 JSObject* array = constructEmptyArray(globalExec()); in GlobalObject()
1335 (JSC::constructEmptyArray):
4524 (KJS::constructEmptyArray):
33799 (JSC::constructEmptyArray):
150 result = constructEmptyArray(exec); in JSObjectMakeArray()
68 ?constructEmptyArray@JSC@@YAPAVJSArray@1@PAVExecState@1@@Z