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

/external/chromium_org/v8/test/mjsunit/
H A Ddebug-script.js92 var mjsunit_js_script = Debug.findScript(/mjsunit.js/); variable
93 assertTrue(/mjsunit.js/.test(mjsunit_js_script.name));
94 assertEquals(Debug.ScriptType.Normal, mjsunit_js_script.type);
/external/v8/test/mjsunit/
H A Ddebug-script.js92 var mjsunit_js_script = Debug.findScript(/mjsunit.js/); variable
93 assertTrue(/mjsunit.js/.test(mjsunit_js_script.name));
94 assertEquals(Debug.ScriptType.Normal, mjsunit_js_script.type);

Completed in 127 milliseconds