Home
last modified time | relevance | path

Searched refs:GetCreationContext (Results 1 - 24 of 24) sorted by relevance

/third_party/node/src/api/
H A Dcallback.cc252 Environment::GetCurrent(recv->GetCreationContext().ToLocalChecked()); in MakeCallback()
282 Environment::GetCurrent(callback->GetCreationContext().ToLocalChecked()); in MakeCallback()
305 Environment::GetCurrent(callback->GetCreationContext().ToLocalChecked()); in MakeSyncCallback()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-object.h626 MaybeLocal<Context> GetCreationContext();
629 * Shortcut for GetCreationContext().ToLocalChecked().
634 V8_INLINE static MaybeLocal<Context> GetCreationContext( in GetCreationContext() function in v8::Object
636 return object.template value<Object>()->GetCreationContext(); in GetCreationContext()
640 * Gets the context in which the object was created (see GetCreationContext())
644 * obj->GetCreationContext().GetAlignedPointerFromEmbedderData(index)
/third_party/node/deps/v8/include/
H A Dv8-object.h614 V8_DEPRECATED("Use MaybeLocal<Context> GetCreationContext()")
616 MaybeLocal<Context> GetCreationContext();
619 * Shortcut for GetCreationContext().ToLocalChecked().
625 "Use MaybeLocal<Context> GetCreationContext(const "
628 V8_INLINE static MaybeLocal<Context> GetCreationContext( in GetCreationContext() function in v8::Object
630 return object.val_->GetCreationContext(); in GetCreationContext()
/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc60 if (!object->GetCreationContext().ToLocal(&creationContext)) {
300 if (!heapObject->GetCreationContext().ToLocal(&creationContext)) { in getObjectByHeapObjectId()
H A Dcustom-preview.cc258 if (!object->GetCreationContext().ToLocal(&context)) { in generateCustomPreview()
H A Dv8-debugger.cc50 if (!v8::debug::GetCreationContext(object).ToLocal(&objectContext)) {
/third_party/node/src/
H A Dbase_object-inl.h64 DCHECK_EQ(handle->GetCreationContext().ToLocalChecked()->GetIsolate(), in object()
H A Dnode_messaging.cc759 object(env()->isolate())->GetCreationContext().ToLocalChecked(); in OnMessage()
973 Local<Context> context = obj->GetCreationContext().ToLocalChecked(); in PostMessage()
1082 port->object()->GetCreationContext().ToLocalChecked(), in ReceiveMessage()
1447 Local<Context> context = args.This()->GetCreationContext().ToLocalChecked(); in MessageChannel()
H A Dmodule_wrap.cc90 return obj.As<Object>()->GetCreationContext().ToLocalChecked(); in context()
121 context = that->GetCreationContext().ToLocalChecked(); in New()
234 // Use the extras object as an object whose GetCreationContext() will be the in New()
H A Dnode_contextify.cc440 if (!object->GetCreationContext().ToLocal(&context)) { in Get()
921 if (!target->GetCreationContext().ToLocal(&context)) { in StoreCodeCacheResult()
H A Dnode_worker.cc865 CHECK_EQ(port->GetCreationContext().ToLocalChecked()->GetIsolate(), in GetEnvMessagePort()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object.cc161 ->GetCreationContext() in ObjectLookupAccessor()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h97 MaybeLocal<Context> GetCreationContext(Local<Object> value);
H A Ddebug-interface.cc286 MaybeLocal<Context> GetCreationContext(Local<Object> value) { in GetCreationContext() function
291 return value->GetCreationContext(); in GetCreationContext()
/third_party/node/deps/v8/src/d8/
H A Dd8-test.cc721 ->GetFunction(api_object->GetCreationContext().ToLocalChecked()) in CreateFastCAPIObject()
H A Dd8.cc1737 if (!object->GetCreationContext().ToLocal(&creation_context)) { in RealmOwner()
/third_party/node/deps/v8/src/execution/
H A Dmessages.cc309 error->GetCreationContext().ToHandle(&error_context)) { in FormatStackTrace()
/third_party/node/deps/v8/src/objects/
H A Djs-objects.h253 V8_EXPORT_PRIVATE MaybeHandle<NativeContext> GetCreationContext();
H A Djs-objects.cc633 MaybeHandle<NativeContext> JSReceiver::GetCreationContext() { in GetCreationContext() function in v8::internal::JSReceiver
695 return object.GetCreationContext(); in GetFunctionRealm()
1873 it->GetHolder<JSReceiver>()->GetCreationContext().ToHandleChecked(); in GetOwnPropertyDescriptor()
H A Dobjects.cc1460 *holder->GetCreationContext().ToHandleChecked()); in GetPropertyWithAccessor()
1566 *holder->GetCreationContext().ToHandleChecked()); in SetPropertyWithAccessor()
1775 if (!array.GetCreationContext().ToHandle(&context)) return false; in IterationHasObservableEffects()
/third_party/node/deps/v8/src/api/
H A Dapi.cc5071 if (self->GetCreationContext().ToHandle(&context)) { in CreationContextImpl()
5090 MaybeLocal<v8::Context> v8::Object::GetCreationContext() { in GetCreationContext() function in v8::v8::Object
5093 if (self->GetCreationContext().ToHandle(&context)) { in GetCreationContext()
5101 Utils::ApiCheck(GetCreationContext().ToLocal(&context), in GetCreationContextChecked()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc3043 isolate(), *target_function->GetCreationContext().ToHandleChecked()); in NewJSBoundFunction()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h2028 TNode<NativeContext> GetCreationContext(TNode<JSReceiver> receiver,
H A Dcode-stub-assembler.cc9249 TNode<NativeContext> CodeStubAssembler::GetCreationContext(
9759 GetCreationContext(CAST(holder), if_bailout);

Completed in 104 milliseconds