Searched defs:cachedCall (Results 1 – 2 of 2) sorted by relevance
| /external/webkit/Source/JavaScriptCore/runtime/ |
| D | ArrayPrototype.cpp | 670 CachedCall cachedCall(exec, f, 3); in arrayProtoFuncFilter() local 728 CachedCall cachedCall(exec, f, 3); in arrayProtoFuncMap() local 791 CachedCall cachedCall(exec, f, 3); in arrayProtoFuncEvery() local 847 CachedCall cachedCall(exec, f, 3); in arrayProtoFuncForEach() local 899 CachedCall cachedCall(exec, f, 3); in arrayProtoFuncSome() local 974 CachedCall cachedCall(exec, asFunction(function), 4); in arrayProtoFuncReduce() local 1049 CachedCall cachedCall(exec, asFunction(function), 4); in arrayProtoFuncReduceRight() local
|
| D | StringPrototype.cpp | 331 CachedCall cachedCall(exec, func, argCount); in stringProtoFuncReplace() local
|