Home
last modified time | relevance | path

Searched refs:CallFrameClosure (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.h52 struct CallFrameClosure;
120CallFrameClosure prepareForRepeatCall(FunctionExecutable*, CallFrame*, JSFunction*, int argCount, …
121 void endRepeatCall(CallFrameClosure&);
122 JSValue execute(CallFrameClosure&);
DCallFrameClosure.h31 struct CallFrameClosure { struct
DCachedCall.h73 CallFrameClosure m_closure;
DInterpreter.cpp971 CallFrameClosure Interpreter::prepareForRepeatCall(FunctionExecutable* FunctionExecutable, CallFram… in prepareForRepeatCall()
978 return CallFrameClosure(); in prepareForRepeatCall()
987 return CallFrameClosure(); in prepareForRepeatCall()
1000 return CallFrameClosure(); in prepareForRepeatCall()
1008 return CallFrameClosure(); in prepareForRepeatCall()
1011CallFrameClosure result = { callFrame, newCallFrame, function, FunctionExecutable, scopeChain->glo… in prepareForRepeatCall()
1015 JSValue Interpreter::execute(CallFrameClosure& closure) in execute()
1047 void Interpreter::endRepeatCall(CallFrameClosure& closure) in endRepeatCall()
/external/webkit/Source/JavaScriptCore/
DJavaScriptCore.gypi372 'interpreter/CallFrameClosure.h',
DGNUmakefile.list.am154 Source/JavaScriptCore/interpreter/CallFrameClosure.h \
DChangeLog-2009-06-161972 * interpreter/CallFrameClosure.h:
6137 * interpreter/CallFrameClosure.h:
6138 (JSC::CallFrameClosure::setArgument):
8576 Move CallFrameClosure from inside the Interpreter class to its own file.
8581 * interpreter/CallFrameClosure.h: Copied from JavaScriptCore/yarr/RegexJIT.h.
8582 (JSC::CallFrameClosure::setArgument):
8583 (JSC::CallFrameClosure::resetCallFrame):
8613 for a CallFrameClosure
8623 (JSC::Interpreter::CallFrameClosure::setArgument):
8624 (JSC::Interpreter::CallFrameClosure::resetCallFrame):
DChangeLog-2010-05-241093 * interpreter/CallFrameClosure.h:
1094 (JSC::CallFrameClosure::resetCallFrame): Nixed optionalCalleeArguments.
20864 * interpreter/CallFrameClosure.h:
24449 * interpreter/CallFrameClosure.h:
24450 (JSC::CallFrameClosure::resetCallFrame): ditto
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj1114 …C00558697 /* CallFrameClosure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1419 A7F869EC0F95C2EC00558697 /* CallFrameClosure.h */,