HomeSort by relevance Sort by last modified time
    Searched refs:IsGlobalContext (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
contexts.cc 37 while (!current->IsGlobalContext()) {
404 return context->IsNativeContext() || context->IsGlobalContext() ||
contexts.h 486 bool IsGlobalContext() {
scopes.cc 206 } else if (context->IsGlobalContext()) {
    [all...]
factory.cc 706 DCHECK(context->IsGlobalContext());
    [all...]
objects.cc     [all...]

Completed in 387 milliseconds