Searched refs:IsNativeContext (Results 1 – 19 of 19) sorted by relevance
61 if (IsFunctionContext() || IsNativeContext() || IsScriptContext()) { in is_declaration_context()84 DCHECK(IsNativeContext() || IsFunctionContext() || IsBlockContext()); in extension_object()92 (IsNativeContext() && object->IsJSGlobalObject())); in extension_object()98 DCHECK(IsNativeContext() || IsWithContext() || in extension_receiver()239 if (context->IsNativeContext()) PrintF(" (native context)"); in Lookup()244 if ((context->IsNativeContext() || in Lookup()250 if (context->IsNativeContext()) { in Lookup()373 if (context->IsNativeContext() || in Lookup()409 DCHECK(IsNativeContext()); in AddOptimizedFunction()448 DCHECK(IsNativeContext()); in RemoveOptimizedFunction()[all …]
84 bool Context::IsNativeContext() { in IsNativeContext() function134 DCHECK(IsNativeContext()); \138 DCHECK(IsNativeContext()); \142 DCHECK(IsNativeContext()); \
20 DCHECK(context_->IsNativeContext()); in ContextMeasure()
307 if (context->IsNativeContext()) { in LookupEval()345 if (context->IsNativeContext()) { in PutEval()
473 inline bool IsNativeContext();
1153 if (context->IsNativeContext()) parse_info.set_global(); in CompileEvalForDebugging()1386 if (context->IsNativeContext()) parse_info.set_global(); in GetFunctionFromEval()
558 CHECK(creation_context()->IsNativeContext()); in JSBoundFunctionVerify()
844 DCHECK(context->IsNativeContext()); in AddToWeakNativeContextList()1877 DCHECK(context->IsNativeContext()); in CompileNative()1923 DCHECK(context->IsNativeContext()); in CompileExtension()
745 DCHECK(context->IsNativeContext()); in NewNativeContext()
7510 if (context->IsNativeContext()) { in ReferencesObject()12378 DCHECK(native_context->IsNativeContext()); in AddToOptimizedCodeMapInternal()12447 DCHECK(cell->cleared() || cell->value()->IsNativeContext()); in AddToOptimizedCodeMapInternal()12482 WeakCell::cast(code_map->get(src))->value()->IsNativeContext()); in EvictFromOptimizedCodeMap()13191 DCHECK(context->IsNativeContext()); in GetDerivedMap()13849 DCHECK(native_context->IsNativeContext()); in SearchOptimizedCodeMapEntry()
235 CHECK(context->IsNativeContext()); in VisitAllOptimizedFunctionsForContext()
809 bool Object::IsNativeContext() const { in IsNativeContext() function
803 Utils::ApiCheck(env->IsNativeContext(), in EmbedderDataFor()
152 DCHECK(context_->IsNativeContext()); in Next()166 CHECK(context_->IsNativeContext()); in Next()194 DCHECK(context_->IsScriptContext() || context_->IsNativeContext()); in Type()209 if (context_->IsNativeContext()) { in Type()481 !function_context->IsNativeContext()) { in MaterializeLocalScope()656 !function_context->IsNativeContext()) { in SetLocalVariableValue()
139 DCHECK(native_context->IsNativeContext()); in AccessInfoFactory()
859 } else if (object->IsNativeContext()) { in AddEntry()1264 if (context->IsNativeContext()) { in ExtractContextReferences()2124 if (child_obj->IsNativeContext()) { in SetGcSubrootReference()2187 if ((*p)->IsNativeContext()) { in VisitPointers()
227 while (!context->IsNativeContext()) { in DeserializeScopeChain()
867 if (!info->context().is_null() && !info->context()->IsNativeContext()) { in DoParseProgram()5120 DCHECK(info->context().is_null() || info->context()->IsNativeContext()); in ParseOnBackground()
1463 if (context->IsNativeContext()) { in Serialize()