Home
last modified time | relevance | path

Searched refs:GetInternalField (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-weak-callback-info.h37 V8_INLINE void* GetInternalField(int index) const;
76 void* WeakCallbackInfo<T>::GetInternalField(int index) const { in GetInternalField() function in v8::WeakCallbackInfo
H A Dv8-object.h480 V8_INLINE Local<Value> GetInternalField(int index);
729 Local<Value> Object::GetInternalField(int index) { in GetInternalField() function in v8::Object
/third_party/node/deps/v8/include/v8-include/
H A Dv8-weak-callback-info.h37 V8_INLINE void* GetInternalField(int index) const;
69 void* WeakCallbackInfo<T>::GetInternalField(int index) const { in GetInternalField() function in v8::WeakCallbackInfo
H A Dv8-object.h505 V8_INLINE Local<Value> GetInternalField(int index);
752 Local<Value> Object::GetInternalField(int index) { in GetInternalField() function in v8::Object
/third_party/node/src/
H A Dbase_object-inl.h131 info.This()->GetInternalField(Field).As<v8::Value>()); in InternalFieldGet()
H A Dnode_task_queue.cc51 // have had GetInternalField returning a MaybeLocal but this works in GetAssignedPromiseWrapAsyncId()
53 Local<Value> promiseWrap = promise->GetInternalField(0).As<Value>(); in GetAssignedPromiseWrapAsyncId()
H A Dmodule_wrap.cc86 Local<Value> obj = object()->GetInternalField(kContextObjectSlot).As<Value>(); in context()
678 ->GetInternalField(kSyntheticEvaluationStepsSlot) in SyntheticModuleEvaluationStepsCallback()
H A Dstream_base.cc474 ->GetInternalField(StreamBase::kOnReadFunctionField) in CallJSOnreadMethod()
H A Dnode_zlib.cc427 object()->GetInternalField(kWriteJSCallback).template As<Value>();
H A Dnode_file.cc441 object()->GetInternalField(FileHandle::kClosingPromiseSlot).As<Value>(); in ClosePromise()
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc33 i::Handle<i::Object> handle = Utils::OpenHandle(*hook->GetInternalField(0)); in UnwrapHook()
H A 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()

Completed in 23 milliseconds