HomeSort by relevance Sort by last modified time
    Searched refs:IsGlobalContext (Results 1 - 16 of 16) 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...]
  /external/chromium_org/v8/src/
contexts.cc 60 while (!current->IsGlobalContext()) {
350 return context->IsNativeContext() || context->IsGlobalContext() ||
contexts.h 420 bool IsGlobalContext() {
scopes.cc 235 } else if (context->IsGlobalContext()) {
    [all...]
heap.cc     [all...]

Completed in 720 milliseconds