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

  /external/v8/src/
contexts.cc 39 while (!current->IsFunctionContext() && !current->IsGlobalContext()) {
70 while (!current->IsGlobalContext()) {
109 if (context->IsGlobalContext()) PrintF(" (global context)");
114 if (context->IsGlobalContext() ||
229 if (context->IsGlobalContext()) {
244 ASSERT(IsGlobalContext());
272 ASSERT(IsGlobalContext());
296 ASSERT(IsGlobalContext());
v8.cc 159 ASSERT(context->IsGlobalContext());
contexts.h 340 // Predicates for context types. IsGlobalContext is defined on Object
390 ASSERT(IsGlobalContext()); \
394 ASSERT(IsGlobalContext()); \
scopes.cc 208 while (!context->IsGlobalContext()) {
    [all...]
bootstrapper.cc 660 ASSERT(context->IsGlobalContext());
    [all...]
profile-generator.cc     [all...]
deoptimizer.cc 273 ASSERT(context->IsGlobalContext());
    [all...]
api.cc 760 ASSERT(env->IsGlobalContext());
761 if (env->IsGlobalContext()) {
774 ASSERT(env->IsGlobalContext());
775 if (env->IsGlobalContext()) {
    [all...]
runtime.cc     [all...]
objects-inl.h 590 bool Object::IsGlobalContext() {
    [all...]
heap.cc     [all...]
objects.cc     [all...]

Completed in 166 milliseconds