Home
last modified time | relevance | path

Searched refs:SetClassName (Results 1 – 25 of 33) sorted by relevance

12

/third_party/node/src/
Dutil.cc440 t->SetClassName(name_string); // NODE_SET_PROTOTYPE_METHOD() compatibility. in SetProtoMethod()
459 t->SetClassName(name_string); // NODE_SET_PROTOTYPE_METHOD() compatibility. in SetProtoMethodNoSideEffect()
478 t->SetClassName(name_string); in SetInstanceMethod()
497 tmpl->SetClassName(name); in SetConstructorFunction()
Dbase_object.cc153 tmpl->SetClassName( in GetConstructorTemplate()
Dtty_wrap.cc62 t->SetClassName(ttyString); in Initialize()
Dhandle_wrap.cc163 tmpl->SetClassName(FIXED_ONE_BYTE_STRING(env->isolate(), "HandleWrap")); in GetConstructorTemplate()
Dnode_process_object.cc87 process_template->SetClassName(realm->env()->process_string()); in CreateProcessObject()
Dhistogram.cc288 tmpl->SetClassName(classname); in GetConstructorTemplate()
373 tmpl->SetClassName(OneByteString(isolate, "Histogram")); in GetConstructorTemplate()
Dstream_wrap.cc142 tmpl->SetClassName(FIXED_ONE_BYTE_STRING(isolate, "LibuvStreamWrap")); in GetConstructorTemplate()
Dnode_sockaddr.cc703 tmpl->SetClassName(FIXED_ONE_BYTE_STRING(env->isolate(), "BlockList")); in GetConstructorTemplate()
757 tmpl->SetClassName(FIXED_ONE_BYTE_STRING(env->isolate(), "SocketAddress")); in GetConstructorTemplate()
Dnode_perf.cc306 pe->SetClassName(performanceEntryString); in Initialize()
Dnode.h857 t->SetClassName(fn_name);
890 t->SetClassName(fn_name); in NODE_SET_PROTOTYPE_METHOD()
Dheap_utils.cc398 os->SetClassName( in CreateHeapSnapshotStream()
Dnode_blob.cc61 tmpl->SetClassName( in GetConstructorTemplate()
Dnode_contextify.cc751 script_tmpl->SetClassName(class_name); in Init()
1423 tpl->SetClassName(FIXED_ONE_BYTE_STRING(env->isolate(), "CompiledFnEntry")); in Initialize()
Dasync_wrap.cc342 tmpl->SetClassName(FIXED_ONE_BYTE_STRING(env->isolate(), "AsyncWrap")); in GetConstructorTemplate()
Dnode_messaging.cc1144 m->SetClassName(env->message_port_constructor_string()); in GetMessagePortConstructorTemplate()
1498 t->SetClassName(OneByteString(isolate, "JSTransferable")); in InitMessaging()
Dnode_i18n.cc883 t->SetClassName(converter_string); in Initialize()
Dnode_worker.cc905 wst->SetClassName(wst_string); in InitWorker()
Dnode_file.cc2761 fh_rw->SetClassName(fhWrapString); in Initialize()
2770 fpt->SetClassName(promiseString); in Initialize()
2788 fdclose->SetClassName(FIXED_ONE_BYTE_STRING(isolate, in Initialize()
/third_party/node/src/quic/
Dlogstream.cc30 tmpl->SetClassName(state.logstream_string()); in GetConstructorTemplate()
Dpacket.cc96 tmpl->SetClassName(state.packetwrap_string()); in GetConstructorTemplate()
/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc59 async_hook_ctor.Get(isolate_)->SetClassName( in AsyncHooks()
Dd8-test.cc940 leaf_object_ctor->SetClassName( in CreateLeafInterfaceTypeTemplate()
/third_party/node/deps/v8/include/
Dv8-template.h568 void SetClassName(Local<String> name);
/third_party/node/src/crypto/
Dcrypto_x509.cc75 tmpl->SetClassName( in GetConstructorTemplate()
/third_party/node/doc/api/
Daddons.md886 tpl->SetClassName(String::NewFromUtf8(isolate, "MyObject").ToLocalChecked());
1088 tpl->SetClassName(String::NewFromUtf8(isolate, "MyObject").ToLocalChecked());
1309 tpl->SetClassName(String::NewFromUtf8(isolate, "MyObject").ToLocalChecked());

12