HomeSort by relevance Sort by last modified time
    Searched refs:ScriptType (Results 1 - 6 of 6) sorted by null

  /external/v8/test/mjsunit/
debug-script.js 41 if (scripts[i].type == Debug.ScriptType.Native) {
45 } else if (scripts[i].type == Debug.ScriptType.Extension) {
47 } else if (scripts[i].type == Debug.ScriptType.Normal) {
66 assertEquals(Debug.ScriptType.Native, math_script.type);
71 assertEquals(Debug.ScriptType.Native, date_delay_script.type);
76 assertEquals(Debug.ScriptType.Native, debug_delay_script.type);
82 assertEquals(Debug.ScriptType.Extension, extension_gc_script.type);
88 assertEquals(Debug.ScriptType.Normal, mjsunit_js_script.type);
  /external/v8/src/
accessors.h 50 V(ScriptType) \
d8.js 88 // The different types of scripts matching enum ScriptType in objects.h.
89 Debug.ScriptType = { Native: 0,
692 request.arguments.types = ScriptTypeFlag(Debug.ScriptType.Native);
696 request.arguments.types = ScriptTypeFlag(Debug.ScriptType.Extension);
701 ScriptTypeFlag(Debug.ScriptType.Normal) |
702 ScriptTypeFlag(Debug.ScriptType.Native) |
703 ScriptTypeFlag(Debug.ScriptType.Extension);
1100 if (body[i].type == Debug.ScriptType.Native) {
1102 } else if (body[i].type == Debug.ScriptType.Extension) {
    [all...]
accessors.cc 274 // Accessors::ScriptType
284 const AccessorDescriptor Accessors::ScriptType = {
debug-debugger.js 58 // The different types of scripts matching enum ScriptType in objects.h.
59 Debug.ScriptType = { Native: 0,
531 if (script.type == Debug.ScriptType.Native) {
    [all...]
bootstrapper.cc     [all...]

Completed in 1390 milliseconds