Searched refs:SetInternalField (Results 1 - 10 of 10) sorted by relevance
/third_party/node/src/ |
H A D | module_wrap.cc | 61 object->SetInternalField(kModuleSlot, module.As<Value>()); in ModuleWrap() 62 object->SetInternalField(kURLSlot, url); in ModuleWrap() 63 object->SetInternalField(kSyntheticEvaluationStepsSlot, in ModuleWrap() 65 object->SetInternalField(kContextObjectSlot, context_object); in ModuleWrap() 681 obj->object()->SetInternalField( in SyntheticModuleEvaluationStepsCallback()
|
H A D | base_object-inl.h | 140 info.This()->SetInternalField(Field, value); in InternalFieldSet()
|
H A D | node_zlib.cc | 475 object()->SetInternalField(kWriteJSCallback, write_js_callback); in InitStream()
|
H A D | node_contextify.cc | 880 contextify_script->object()->SetInternalField(kUnboundScriptSlot, v8_script.As<Value>()); in New()
|
H A D | node_file.cc | 462 object()->SetInternalField(FileHandle::kClosingPromiseSlot, promise); in ClosePromise()
|
/third_party/node/deps/v8/src/d8/ |
H A D | async-hooks-wrapper.cc | 156 obj->SetInternalField(0, Utils::ToLocal(managed)); in CreateHook()
|
H A D | d8.cc | 2011 snapshot_instance->SetInternalField(0, shapshot_data); in RealmTakeWebSnapshot() 2558 args.Holder()->SetInternalField(0, v8::Integer::New(isolate, 0)); in WorkerNew() 2580 args.Holder()->SetInternalField(0, Utils::ToLocal(managed)); in WorkerNew()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-object.h | 508 void SetInternalField(int index, Local<Value> value);
|
/third_party/node/deps/v8/include/ |
H A D | v8-object.h | 483 void SetInternalField(int index, Local<Value> value);
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 5954 const char* location = "v8::Object::SetInternalField()"; in SetInternalFieldImpl() 5960 void v8::Object::SetInternalField(int index, v8::Local<Value> value) { in SetInternalField() function in v8::OneByteMask::v8::Object
|
Completed in 43 milliseconds