Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/regress/
Dregress-747.js36 this.callEval = function() {eval('x');}; method
40 callEval();
53 callEval();
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.h110 …NEVER_INLINE JSValue callEval(CallFrame*, RegisterFile*, Register* argv, int argc, int registerOff…
DInterpreter.cpp381 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/
DJITStubs.cpp3209 … JSValue result = interpreter->callEval(callFrame, registerFile, argv, argCount, registerOffset); in DEFINE_STUB_FUNCTION()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-163968 (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 …]
DChangeLog-2008-08-105024 (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):
DChangeLog-2010-05-24164 (JSC::Interpreter::callEval):
13534 (JSC::Interpreter::callEval):
20345 (JSC::Interpreter::callEval):
21004 (JSC::Interpreter::callEval):
21165 (JSC::Interpreter::callEval):
27599 (JSC::Interpreter::callEval):
DChangeLog-2011-02-169528 (JSC::Interpreter::callEval):
10926 (JSC::Interpreter::callEval):
12626 (JSC::Interpreter::callEval):
23891 (JSC::Interpreter::callEval): Updated for removal of ExecState::thisValue().
DChangeLog6073 (JSC::Interpreter::callEval):