Searched defs:applyArgs (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DFunctionPrototype.cpp116 MarkedArgumentBuffer applyArgs; local
121 asArguments(array)->fillArgList(exec, applyArgs);
123 asArray(array)->fillArgList(exec, applyArgs);
127 applyArgs.append(asArray(array)->get(exec, i));
132 return JSValue::encode(call(exec, thisValue, callType, callData, exec->argument(0), applyArgs));

Completed in 479 milliseconds