Searched refs:IsNativeContext (Results 1 – 21 of 21) sorted by relevance
60 if (IsFunctionContext() || IsNativeContext() || IsScriptContext() || in is_declaration_context()85 !current->IsModuleContext() && !current->IsNativeContext()) { in closure_context()93 DCHECK(IsNativeContext() || IsFunctionContext() || IsBlockContext()); in extension_object()101 (IsNativeContext() && object->IsJSGlobalObject())); in extension_object()106 DCHECK(IsNativeContext() || IsWithContext() || in extension_receiver()114 DCHECK(!IsNativeContext()); in scope_info()221 if (context->IsNativeContext()) PrintF(" (native context)"); in Lookup()226 if ((context->IsNativeContext() || in Lookup()232 if (context->IsNativeContext()) { in Lookup()391 if (context->IsNativeContext() || in Lookup()[all …]
82 bool Context::IsNativeContext() { in IsNativeContext() function136 DCHECK(IsNativeContext()); \140 DCHECK(IsNativeContext()); \144 DCHECK(IsNativeContext()); \
20 DCHECK(context_->IsNativeContext()); in ContextMeasure()
307 if (context->IsNativeContext()) { in LookupEval()345 if (context->IsNativeContext()) { in PutEval()
538 inline bool IsNativeContext();
1303 if (!context->IsNativeContext()) { in GetFunctionFromEval()1475 if (!context->IsNativeContext()) { in GetSharedFunctionInfoForScript()
842 DCHECK(context->IsNativeContext()); in AddToWeakNativeContextList()2733 DCHECK(context->IsNativeContext()); in CompileNative()2779 DCHECK(context->IsNativeContext()); in CompileExtension()
631 compiler::Node* IsNativeContext(compiler::Node* object);
1324 CSA_ASSERT(this, IsNativeContext(native_context)); in LoadJSArrayElementsMap()2785 Node* CodeStubAssembler::IsNativeContext(Node* object) { in IsNativeContext() function in v8::internal::CodeStubAssembler5823 CSA_ASSERT(this, IsNativeContext(expected_native_context)); in EmitLoadICProtoArrayCheck()
842 DCHECK(context->IsNativeContext()); in NewNativeContext()
7665 if (context->IsNativeContext()) { in ReferencesObject()12319 DCHECK(native_context->IsNativeContext()); in AddToOptimizedCodeMap()12381 DCHECK(cell->cleared() || cell->value()->IsNativeContext()); in AddToOptimizedCodeMap()12416 WeakCell::cast(code_map->get(src))->value()->IsNativeContext()); in EvictFromOptimizedCodeMap()13190 DCHECK(context->IsNativeContext()); in GetDerivedMap()14006 DCHECK(native_context->IsNativeContext()); in SearchOptimizedCodeMapEntry()
146 CHECK(context->IsNativeContext()); in VisitAllOptimizedFunctionsForContext()
1035 Utils::ApiCheck(env->IsNativeContext(), in EmbedderDataFor()2225 isolate, context->IsNativeContext() in CompileFunctionInContext()
794 bool HeapObject::IsNativeContext() const { in IsNativeContext() function
98 if (!function->context()->IsNativeContext()) { in ScopeIterator()219 DCHECK(context_->IsNativeContext()); in Next()232 CHECK(context_->IsNativeContext()); in Next()263 DCHECK(context_->IsScriptContext() || context_->IsNativeContext()); in Type()280 if (context_->IsNativeContext()) { in Type()520 !function_context->IsNativeContext()) { in MaterializeLocalScope()
100 isolate, context->IsNativeContext() in Evaluate()213 isolate, evaluation_context_->IsNativeContext() in ContextBuilder()
35 if (context->IsNativeContext()) { in Serialize()
195 DCHECK(native_context->IsNativeContext()); in AccessInfoFactory()
601 if (array->IsNativeContext()) { in RecordFixedArrayDetails()
833 } else if (object->IsNativeContext()) { in AddEntry()1232 if (context->IsNativeContext()) { in ExtractContextReferences()2085 if (child_obj->IsNativeContext()) { in SetGcSubrootReference()2146 if ((*p)->IsNativeContext()) { in VisitPointers()
234 DCHECK(context->IsFunctionContext() || context->IsNativeContext() || in DeclareEvalHelper()