Home | History | Annotate | Download | only in embenchen

Lines Matching refs:So

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