Home
last modified time | relevance | path

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

/external/v8/tools/sodium/
Dsodium.js68 var asmBegin = -1;
75 function Code(name, kind, sourceBegin, sourceEnd, asmBegin, asmEnd, argument
81 this.asmBegin = asmBegin;
100 if (code.asmBegin == -1 || code.asmEnd == -1) return "";
101 return fileContent.substring(code.asmBegin, code.asmEnd);
126 sourceBegin, sourceEnd, asmBegin, asmEnd,
131 if (asmBegin == -1) {
134 asmBegin = begin;
156 asmBegin = -1;