Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/regress/
Dregress-747.js36 this.callEval = function() {eval('x');}; method
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp381 NEVER_INLINE JSValue Interpreter::callEval(CallFrame* callFrame, RegisterFile* registerFile, Regist… in callEval() function in JSC::Interpreter