Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.js109 function ScriptTypeFlag(type) { class
853 request.arguments.types = ScriptTypeFlag(Debug.ScriptType.Native);
857 request.arguments.types = ScriptTypeFlag(Debug.ScriptType.Extension);
862 ScriptTypeFlag(Debug.ScriptType.Normal) |
863 ScriptTypeFlag(Debug.ScriptType.Native) |
864 ScriptTypeFlag(Debug.ScriptType.Extension);
Ddebug-debugger.js61 function ScriptTypeFlag(type) { class
2226 var types = ScriptTypeFlag(Debug.ScriptType.Normal);
2287 if (types & ScriptTypeFlag(scripts[i].type)) {