Home | History | Annotate | Download | only in src

Lines Matching refs:JS

205   // used for comparison with addresses into the JS stack.  If such an
215 // the same pointer. When running on a simulator with a separate JS
216 // stack, try_catch_handler_address returns a JS stack address that
217 // corresponds to the place on the JS stack where the C++ handler
263 Address js_entry_sp_; // the stack pointer of the bottom JS entry frame
270 // Call back function to report unsafe JS accesses.
599 // JS execution stack (see frames.h).
610 // Bottom JS entry (see StackTracer::Trace in log.cc).
622 // a builtin object, or a JS global object.
986 if (current_state != JS && state == JS) {
987 // Non-JS -> JS transition.
989 } else if (current_state == JS && state != JS) {
990 // JS -> non-JS transition.
996 // in JS or not.
997 ASSERT((current_state == JS) == (state == JS));