Home
last modified time | relevance | path

Searched defs:cachedCall (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DArrayPrototype.cpp598 CachedCall cachedCall(exec, f, 3, exec->exceptionSlot()); in arrayProtoFuncFilter() local
656 CachedCall cachedCall(exec, f, 3, exec->exceptionSlot()); in arrayProtoFuncMap() local
713 CachedCall cachedCall(exec, f, 3, exec->exceptionSlot()); in arrayProtoFuncEvery() local
767 CachedCall cachedCall(exec, f, 3, exec->exceptionSlot()); in arrayProtoFuncForEach() local
814 CachedCall cachedCall(exec, f, 3, exec->exceptionSlot()); in arrayProtoFuncSome() local
884 CachedCall cachedCall(exec, asFunction(function), 4, exec->exceptionSlot()); in arrayProtoFuncReduce() local
954 CachedCall cachedCall(exec, asFunction(function), 4, exec->exceptionSlot()); in arrayProtoFuncReduceRight() local
DStringPrototype.cpp342 CachedCall cachedCall(exec, func, argCount, exec->exceptionSlot()); in stringProtoFuncReplace() local