Home
last modified time | relevance | path

Searched refs:ScriptTypeFlag (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dd8.js136 function ScriptTypeFlag(type) { class
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);
Ddebug-debugger.js74 function ScriptTypeFlag(type) { class
2226 var types = ScriptTypeFlag(Debug.ScriptType.Normal);
2287 if (types & ScriptTypeFlag(scripts[i].type)) {