Home
last modified time | relevance | path

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

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