HomeSort by relevance Sort by last modified time
    Searched defs:jslimit (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
execution.h 217 uintptr_t jslimit() { function in class:v8::internal::StackGuard
execution.cc 361 uintptr_t jslimit = SimulatorStack::JsLimitFromCLimit(isolate_, limit); local
363 thread_local_.jslimit_ = jslimit;
369 thread_local_.real_jslimit_ = jslimit;

Completed in 174 milliseconds