Home | History | Annotate | Download | only in embenchen

Lines Matching refs:So

63 // the current environment's defaults to avoid having to be so
375 // arrays have 2 elements, so we get the proper difference. then we scale here. that way we avoid
447 // code is a constant string on the heap, so we can cache these
603 // able to call them. Closure can also do so. To avoid that, add your function to
735 // for multiple syntaxes to save space in generated code. So you should
737 // initialize it with setValue(), and so forth.
806 // no need to look up size unless type changes, so cache it
820 // Find the length, and check for UTF while doing so
867 // fromCharCode constructs a character from a UTF-16 code unit, so we can pass the UTF16 string right through.
877 // charCodeAt returns a UTF-16 encoded code unit, so it can be directly written to the HEAP.
897 // Gotcha: fromCharCode constructs a character from a UTF-16 encoded code (pair), not from a Unicode code point! So encode the code point to UTF-16 for constructing.
1310 if (value >= half && (bits <= 32 || value > half)) { // for huge values, we can hit the precision limit and always get true here. so don't do that
1596 // // isaacs: because now it's reading from the stream, you've expressed interest in it, so that read() kicks off a _read() which creates a ReadReq operation
2185 // sort paths in ascending order so directory entries are created
2201 // sort paths in descending order so files are deleted before their
2230 // On Windows, directories return permission bits 'rw-rw-rw-', even though they have 'rwxrwxrwx', so
3408 // so we register a second tty just for it.
3984 // We write directly to the file system, so there's nothing to do here.
4107 // comments without checking context, so we'd end up with ws:#, the replace swaps the "#" for "//" again.
4116 if (url === 'ws://' || url === 'wss://') { // Is the supplied URL config just a prefix, if so complete it.
4373 // create a peer on the listen socket so calling sendto
4808 * implementation (replaced by dlmalloc normally) so
6275 // Move sign to prefix so we zero-pad after the sign
6428 // Write the length written so far to the next parameter.
41066 // Do several (8) digits each time through the loop, so as to
41087 // these variables, so there should be no runtime penalty for these.
41203 // We need to change the Long value before it can be negated, so we remove
41214 // Do several (6) digits each time through the loop, so as to
41372 // at this point, the signs are the same, so subtraction will not overflow
41526 // At this point, we have |other| >= 2, so |this/other| < |MIN_VALUE|.
41554 // the approximate value is less than or equal to the real value so that the
41731 * permit persons to whom the Software is furnished to do so, subject to
42127 t.subTo(y,y); // "negative" y so we can replace sub with am later
42182 // JS multiply "overflows" differently from C/C++, so care is needed here.
42227 while(x.t <= this.mt2) // pad x so am has enough room later
42616 Module.printErr('run() called, but dependencies remain, so not running');