Searched refs:callEval (Results 1 – 9 of 9) sorted by relevance
/external/v8/test/mjsunit/regress/ |
D | regress-747.js | 36 this.callEval = function() {eval('x');}; method 40 callEval(); 53 callEval();
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | Interpreter.h | 110 …NEVER_INLINE JSValue callEval(CallFrame*, RegisterFile*, Register* argv, int argc, int registerOff…
|
D | Interpreter.cpp | 381 NEVER_INLINE JSValue Interpreter::callEval(CallFrame* callFrame, RegisterFile* registerFile, Regist… in callEval() function in JSC::Interpreter 3840 JSValue result = callEval(callFrame, registerFile, argv, argCount, registerOffset); in privateExecute()
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITStubs.cpp | 3209 … JSValue result = interpreter->callEval(callFrame, registerFile, argv, argCount, registerOffset); in DEFINE_STUB_FUNCTION()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 3968 (JSC::Interpreter::callEval): 6147 (JSC::Interpreter::callEval): 7433 (JSC::Interpreter::callEval): 12565 (JSC::Interpreter::callEval): 14453 (JSC::Interpreter::callEval): 21605 (JSC::Interpreter::callEval): 21841 (JSC::Interpreter::callEval): 23347 (JSC::BytecodeInterpreter::callEval): 24069 (JSC::Machine::callEval): 24122 (JSC::Machine::callEval): [all …]
|
D | ChangeLog-2008-08-10 | 5024 (KJS::callEval): 6579 (KJS::callEval): 7578 (KJS::callEval): 8318 (KJS::callEval): Pass a line number of 1 instead of 0. 8640 (KJS::callEval): Make sure to call didExecute when returning early. I 8751 Apparently, passing the eval function to callEval gave GCC a hernia. 8903 (KJS::callEval): 8927 (KJS::callEval): 9051 (KJS::callEval): 9065 (KJS::callEval):
|
D | ChangeLog-2010-05-24 | 164 (JSC::Interpreter::callEval): 13534 (JSC::Interpreter::callEval): 20345 (JSC::Interpreter::callEval): 21004 (JSC::Interpreter::callEval): 21165 (JSC::Interpreter::callEval): 27599 (JSC::Interpreter::callEval):
|
D | ChangeLog-2011-02-16 | 9528 (JSC::Interpreter::callEval): 10926 (JSC::Interpreter::callEval): 12626 (JSC::Interpreter::callEval): 23891 (JSC::Interpreter::callEval): Updated for removal of ExecState::thisValue().
|
D | ChangeLog | 6073 (JSC::Interpreter::callEval):
|