Home
last modified time | relevance | path

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

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