Searched refs:callEval (Results 1 - 4 of 4) 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.h110 NEVER_INLINE JSValue callEval(CallFrame*, RegisterFile*, Register* argv, int argc, int registerOffset);
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);
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp3209 JSValue result = interpreter->callEval(callFrame, registerFile, argv, argCount, registerOffset);

Completed in 80 milliseconds