Searched refs:SetAccessorProperty (Results 1 - 17 of 17) sorted by relevance
/third_party/node/src/ |
H A D | fs_event_wrap.cc | 114 t->PrototypeTemplate()->SetAccessorProperty( in Initialize()
|
H A D | stream_wrap.cc | 151 tmpl->PrototypeTemplate()->SetAccessorProperty( in GetConstructorTemplate()
|
H A D | stream_base.cc | 508 t->PrototypeTemplate()->SetAccessorProperty( in AddMethod()
|
H A D | udp_wrap.cc | 170 t->PrototypeTemplate()->SetAccessorProperty(env->fd_string(), in Initialize()
|
H A D | js_native_api_v8.cc | 1559 global_template->SetAccessorProperty( in OH_JSVM_CreateEnv() 2282 tpl->PrototypeTemplate()->SetAccessorProperty(property_name, in OH_JSVM_DefineClass() 4800 tpl->PrototypeTemplate()->SetAccessorProperty(property_name,
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-object.h | 358 void SetAccessorProperty(Local<Name> name, Local<Function> getter,
|
H A D | v8-template.h | 60 void SetAccessorProperty(
|
/third_party/node/deps/v8/include/ |
H A D | v8-object.h | 350 void SetAccessorProperty(Local<Name> name, Local<Function> getter,
|
H A D | v8-template.h | 59 void SetAccessorProperty(
|
/third_party/node/src/crypto/ |
H A D | crypto_dh.cc | 92 t->InstanceTemplate()->SetAccessorProperty( in Initialize()
|
H A D | crypto_context.cc | 321 tmpl->PrototypeTemplate()->SetAccessorProperty( in GetConstructorTemplate()
|
H A D | crypto_tls.cc | 2110 t->PrototypeTemplate()->SetAccessorProperty( in Initialize()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8-test.cc | 718 api_object->SetAccessorProperty( in CreateFastCAPIObject()
|
H A D | d8.cc | 2929 proto_template->SetAccessorProperty( in CreateNodeTemplates()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-console.cc | 796 console->SetAccessorProperty( in installMemoryGetter()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 2709 Utils::ToLocal(object)->SetAccessorProperty(Utils::ToLocal(name), in InstallGetter() 2730 Utils::ToLocal(object)->SetAccessorProperty( in InstallGetterSetter()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 1207 void Template::SetAccessorProperty(v8::Local<v8::Name> name, in SetAccessorProperty() function in v8::Template 4856 void Object::SetAccessorProperty(Local<Name> name, Local<Function> getter, in SetAccessorProperty() function in v8::Object
|
Completed in 59 milliseconds