Searched defs:callEval (Results 1 – 2 of 2) sorted by relevance
36 this.callEval = function() {eval('x');}; method
381 NEVER_INLINE JSValue Interpreter::callEval(CallFrame* callFrame, RegisterFile* registerFile, Regist… in callEval() function in JSC::Interpreter