Searched refs:CachedCall (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | CachedCall.h | 35 class CachedCall { 36 WTF_MAKE_NONCOPYABLE(CachedCall); WTF_MAKE_FAST_ALLOCATED; 38 CachedCall(CallFrame* callFrame, JSFunction* function, int argCount) in CachedCall() function 63 ~CachedCall() in ~CachedCall()
|
D | Interpreter.h | 70 friend class CachedCall; variable
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | ArrayPrototype.cpp | 670 CachedCall cachedCall(exec, f, 3); in arrayProtoFuncFilter() 728 CachedCall cachedCall(exec, f, 3); in arrayProtoFuncMap() 791 CachedCall cachedCall(exec, f, 3); in arrayProtoFuncEvery() 847 CachedCall cachedCall(exec, f, 3); in arrayProtoFuncForEach() 899 CachedCall cachedCall(exec, f, 3); in arrayProtoFuncSome() 974 CachedCall cachedCall(exec, asFunction(function), 4); in arrayProtoFuncReduce() 1049 CachedCall cachedCall(exec, asFunction(function), 4); in arrayProtoFuncReduceRight()
|
D | JSArray.cpp | 1003 OwnPtr<CachedCall> m_cachedCall; 1089 … tree.abstractor().m_cachedCall = adoptPtr(new CachedCall(exec, asFunction(compareFunction), 2)); in sort()
|
D | StringPrototype.cpp | 331 CachedCall cachedCall(exec, func, argCount); in stringProtoFuncReplace()
|
/external/webkit/Source/JavaScriptCore/ |
D | JavaScriptCore.gypi | 370 'interpreter/CachedCall.h',
|
D | GNUmakefile.list.am | 153 Source/JavaScriptCore/interpreter/CachedCall.h \
|
D | ChangeLog-2009-06-16 | 1400 We should always check for exceptions after creating a CachedCall, this wasn't being done in 4877 stringProtoFuncReplace was checking for an exception on a CachedCall 4879 could crash in certain circumstances as CachedCall does not guarantee 6125 * interpreter/CachedCall.h: 6126 (JSC::CachedCall::CachedCall): 6127 (JSC::CachedCall::call): 6128 (JSC::CachedCall::setThis): 6129 (JSC::CachedCall::setArgument): 8102 * interpreter/CachedCall.h: 8412 * interpreter/CachedCall.h: [all …]
|
D | ChangeLog | 3800 * interpreter/CachedCall.h: 3801 (JSC::CachedCall::CachedCall): Updated for signature change. 7124 * interpreter/CachedCall.h: 7125 (JSC::CachedCall::CachedCall):
|
D | ChangeLog-2010-05-24 | 13841 * interpreter/CachedCall.h: 13842 (JSC::CachedCall::newCallFrame): 15169 * interpreter/CachedCall.h: 15170 (JSC::CachedCall::CachedCall): 17847 * interpreter/CachedCall.h: 17848 (JSC::CachedCall::CachedCall): 20342 * interpreter/CachedCall.h: 20343 (JSC::CachedCall::CachedCall): 20862 * interpreter/CachedCall.h: 20863 (JSC::CachedCall::CachedCall): [all …]
|
D | ChangeLog-2011-02-16 | 10920 * interpreter/CachedCall.h: 10921 (JSC::CachedCall::CachedCall): 10922 (JSC::CachedCall::call):
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/ |
D | project.pbxproj | 1113 …F9584A100558697 /* CachedCall.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1416 A7F8690E0F9584A100558697 /* CachedCall.h */,
|