Searched refs:js_debug (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/
H A Druntests.pl248 $object_dir = ($js_debug) ? 'Debug' : 'Release';
255 # it's the directory that ends in OBJ. if $js_debug is set,
263 $object_pattern = $js_debug ? 'DBG.OBJ' : 'OPT.OBJ';
328 $js_debug = 1;
/external/v8/src/
H A Dd8.cc738 i::Handle<i::JSObject> js_debug local
741 Utils::ToLocal(js_debug));

Completed in 53 milliseconds