Searched defs:ScriptType (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dd8.js93 // The different types of scripts matching enum ScriptType in objects.h.
94 Debug.ScriptType = { Native: 0,
934 request.arguments.types = ScriptTypeFlag(Debug.ScriptType.Native);
938 request.arguments.types = ScriptTypeFlag(Debug.ScriptType.Extension);
943 ScriptTypeFlag(Debug.ScriptType.Normal) |
944 ScriptTypeFlag(Debug.ScriptType.Native) |
945 ScriptTypeFlag(Debug.ScriptType.Extension);
2227 if (body[i].type == Debug.ScriptType.Native) {
2229 } else if (body[i].type == Debug.ScriptType.Extension) {
H A Daccessors.cc277 // Accessors::ScriptType
287 const AccessorDescriptor Accessors::ScriptType = { member in class:v8::internal::Accessors
H A Ddebug-debugger.js58 // The different types of scripts matching enum ScriptType in objects.h.
59 Debug.ScriptType = { Native: 0,
647 if (script.type == Debug.ScriptType.Native) {
2226 var types = ScriptTypeFlag(Debug.ScriptType.Normal);

Completed in 76 milliseconds