Home
last modified time | relevance | path

Searched refs:GetInternalField (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-weak-callback-info.h37 V8_INLINE void* GetInternalField(int index) const;
76 void* WeakCallbackInfo<T>::GetInternalField(int index) const { in GetInternalField() function
Dv8-object.h480 V8_INLINE Local<Value> GetInternalField(int index);
729 Local<Value> Object::GetInternalField(int index) { in GetInternalField() function
/third_party/node/src/
Dnode_task_queue.cc53 Local<Value> promiseWrap = promise->GetInternalField(0).As<Value>(); in GetAssignedPromiseWrapAsyncId()
Dbase_object-inl.h131 info.This()->GetInternalField(Field).As<v8::Value>()); in InternalFieldGet()
Dmodule_wrap.cc86 Local<Value> obj = object()->GetInternalField(kContextObjectSlot).As<Value>(); in context()
678 ->GetInternalField(kSyntheticEvaluationStepsSlot) in SyntheticModuleEvaluationStepsCallback()
Dstream_base.cc474 ->GetInternalField(StreamBase::kOnReadFunctionField) in CallJSOnreadMethod()
Dnode_zlib.cc427 object()->GetInternalField(kWriteJSCallback).template As<Value>(); in AfterThreadPoolWork()
DREADME.md126 * `obj->GetInternalField(i)` to get a JavaScript value from an internal field.
Dnode_file.cc441 object()->GetInternalField(FileHandle::kClosingPromiseSlot).As<Value>(); in ClosePromise()
/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc33 i::Handle<i::Object> handle = Utils::OpenHandle(*hook->GetInternalField(0)); in UnwrapHook()
Dd8.cc365 i::Handle<i::Object> handle = Utils::OpenHandle(*object->GetInternalField(0)); in GetWorkerFromInternalField()
2034 v8::Local<v8::Value> snapshot_data = snapshot_instance->GetInternalField(0); in RealmUseWebSnapshot()
/third_party/node/doc/api/
Daddons.md915 args.Data().As<Object>()->GetInternalField(0).As<Function>();
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md242 …hub.com/nodejs/node/commit/ff334cb774)] - **src**: cast v8::Object::GetInternalField() return valu…