Searched defs:callEval (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/mjsunit/regress/
H A Dregress-747.js36 this.callEval = function() {eval('x');}; function
40 callEval();
53 callEval();
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp381 NEVER_INLINE JSValue Interpreter::callEval(CallFrame* callFrame, RegisterFile* registerFile, Register* argv, int argc, int registerOffset) function in class:JSC::Interpreter
3840 JSValue result = callEval(callFrame, registerFile, argv, argCount, registerOffset);

Completed in 501 milliseconds