Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:early

2048         This bug was caused by a GC-protected object being destroyed early by
2120 This bug was caused by a GC-protected object being destroyed early by
2434 returns the empty string, which seems reasonable to catch bugs early). UString's method
6293 this early. Restructure existing code which blindly passed potentially
11986 to access & downcast to FunctionExecutable, but in doing so we can make an early
15769 (JSC::JIT::emitSlow_op_add): Don't early return here, we still need to call the JIT stub.
16363 early returns.
16643 Turned some short-circuit code into early returns, as is the WebKit style.