Searched refs:functionProtoFuncApply (Results 1 – 3 of 3) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | FunctionPrototype.cpp | 38 static JSValue JSC_HOST_CALL functionProtoFuncApply(ExecState*, JSObject*, JSValue, const ArgList&); 50 …nWrapper(exec, prototypeFunctionStructure, 2, exec->propertyNames().apply, functionProtoFuncApply); in addFunctionProperties() 106 JSValue JSC_HOST_CALL functionProtoFuncApply(ExecState* exec, JSObject*, JSValue thisValue, const A… in functionProtoFuncApply() function
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 4416 (JSC::functionProtoFuncApply): 6430 (JSC::functionProtoFuncApply): 7369 (JSC::functionProtoFuncApply): 7505 (JSC::functionProtoFuncApply): 10440 (JSC::functionProtoFuncApply): 10828 (JSC::functionProtoFuncApply): 12744 (JSC::functionProtoFuncApply): 14747 (JSC::functionProtoFuncApply): 23497 (JSC::functionProtoFuncApply): 28181 (JSC::functionProtoFuncApply): Use asArguments and asArray. [all …]
|
D | ChangeLog-2008-08-10 | 4513 (KJS::functionProtoFuncApply): 5968 (KJS::functionProtoFuncApply): 6640 (KJS::functionProtoFuncApply): 18163 (KJS::functionProtoFuncApply): 21395 (KJS::functionProtoFuncApply):
|