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

  /external/chromium_org/v8/src/
d8.cc 563 bool enter_context = !isolate->InContext(); local
564 if (enter_context) {
604 if (enter_context) utility_context->Exit();
    [all...]
  /external/v8/src/
d8.cc 538 bool enter_context = !Context::InContext(); local
539 if (enter_context) utility_context_->Enter();
576 if (enter_context) utility_context_->Exit();
    [all...]

Completed in 63 milliseconds