Searched refs:extension_object (Results 1 – 6 of 6) sorted by relevance
753 if (context_->extension_object() == nullptr) return; in VisitLocalScope()754 Handle<JSObject> extension(context_->extension_object(), isolate_); in VisitLocalScope()845 DCHECK(context_->extension_object()->IsJSContextExtensionObject()); in SetContextExtensionValue()846 Handle<JSObject> ext(context_->extension_object(), isolate_); in SetContextExtensionValue()
92 JSObject* Context::extension_object() { in extension_object() function in v8::internal::Context105 return IsWithContext() ? JSReceiver::cast(extension()) : extension_object(); in extension_receiver()
516 JSObject* extension_object();
8228 return context->extension_object()->ReferencesObject(obj); in ReferencesObject()
289 object = handle(context->extension_object(), isolate); in DeclareEvalHelper()709 CONVERT_ARG_HANDLE_CHECKED(JSReceiver, extension_object, 0); in RUNTIME_FUNCTION()713 isolate->factory()->NewWithContext(current, scope_info, extension_object); in RUNTIME_FUNCTION()
4790 Register extension_object = register_allocator()->NewRegister(); in BuildNewLocalWithContext() local4792 builder()->ToObject(extension_object); in BuildNewLocalWithContext()4793 builder()->CreateWithContext(extension_object, scope); in BuildNewLocalWithContext()