Home | History | Annotate | Download | only in embenchen

Lines Matching refs:So

32 // the current environment's defaults to avoid having to be so
344 // arrays have 2 elements, so we get the proper difference. then we scale here. that way we avoid
416 // code is a constant string on the heap, so we can cache these
572 // able to call them. Closure can also do so. To avoid that, add your function to
704 // for multiple syntaxes to save space in generated code. So you should
706 // initialize it with setValue(), and so forth.
775 // no need to look up size unless type changes, so cache it
789 // Find the length, and check for UTF while doing so
836 // fromCharCode constructs a character from a UTF-16 code unit, so we can pass the UTF16 string right through.
846 // charCodeAt returns a UTF-16 encoded code unit, so it can be directly written to the HEAP.
866 // 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.
1279 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
1807 // // 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
2396 // sort paths in ascending order so directory entries are created
2412 // sort paths in descending order so files are deleted before their
2441 // On Windows, directories return permission bits 'rw-rw-rw-', even though they have 'rwxrwxrwx', so
3619 // so we register a second tty just for it.
4234 // comments without checking context, so we'd end up with ws:#, the replace swaps the "#" for "//" again.
4243 if (url === 'ws://' || url === 'wss://') { // Is the supplied URL config just a prefix, if so complete it.
4500 // create a peer on the listen socket so calling sendto
4926 // Move sign to prefix so we zero-pad after the sign
5079 // Write the length written so far to the next parameter.
5882 * implementation (replaced by dlmalloc normally) so
20128 // Warning: printing of i64 values may be slightly rounded! No deep i64 math used, so precise i64 code not included
20228 Module.printErr('run() called, but dependencies remain, so not running');