Searched refs:SetClassName (Results 1 – 25 of 33) sorted by relevance
12
/third_party/node/src/ |
D | util.cc | 440 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()
|
D | base_object.cc | 153 tmpl->SetClassName( in GetConstructorTemplate()
|
D | tty_wrap.cc | 62 t->SetClassName(ttyString); in Initialize()
|
D | handle_wrap.cc | 163 tmpl->SetClassName(FIXED_ONE_BYTE_STRING(env->isolate(), "HandleWrap")); in GetConstructorTemplate()
|
D | node_process_object.cc | 87 process_template->SetClassName(realm->env()->process_string()); in CreateProcessObject()
|
D | histogram.cc | 288 tmpl->SetClassName(classname); in GetConstructorTemplate() 373 tmpl->SetClassName(OneByteString(isolate, "Histogram")); in GetConstructorTemplate()
|
D | stream_wrap.cc | 142 tmpl->SetClassName(FIXED_ONE_BYTE_STRING(isolate, "LibuvStreamWrap")); in GetConstructorTemplate()
|
D | node_sockaddr.cc | 703 tmpl->SetClassName(FIXED_ONE_BYTE_STRING(env->isolate(), "BlockList")); in GetConstructorTemplate() 757 tmpl->SetClassName(FIXED_ONE_BYTE_STRING(env->isolate(), "SocketAddress")); in GetConstructorTemplate()
|
D | node_perf.cc | 306 pe->SetClassName(performanceEntryString); in Initialize()
|
D | node.h | 857 t->SetClassName(fn_name); 890 t->SetClassName(fn_name); in NODE_SET_PROTOTYPE_METHOD()
|
D | heap_utils.cc | 398 os->SetClassName( in CreateHeapSnapshotStream()
|
D | node_blob.cc | 61 tmpl->SetClassName( in GetConstructorTemplate()
|
D | node_contextify.cc | 751 script_tmpl->SetClassName(class_name); in Init() 1423 tpl->SetClassName(FIXED_ONE_BYTE_STRING(env->isolate(), "CompiledFnEntry")); in Initialize()
|
D | async_wrap.cc | 342 tmpl->SetClassName(FIXED_ONE_BYTE_STRING(env->isolate(), "AsyncWrap")); in GetConstructorTemplate()
|
D | node_messaging.cc | 1144 m->SetClassName(env->message_port_constructor_string()); in GetMessagePortConstructorTemplate() 1498 t->SetClassName(OneByteString(isolate, "JSTransferable")); in InitMessaging()
|
D | node_i18n.cc | 883 t->SetClassName(converter_string); in Initialize()
|
D | node_worker.cc | 905 wst->SetClassName(wst_string); in InitWorker()
|
D | node_file.cc | 2761 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/ |
D | logstream.cc | 30 tmpl->SetClassName(state.logstream_string()); in GetConstructorTemplate()
|
D | packet.cc | 96 tmpl->SetClassName(state.packetwrap_string()); in GetConstructorTemplate()
|
/third_party/node/deps/v8/src/d8/ |
D | async-hooks-wrapper.cc | 59 async_hook_ctor.Get(isolate_)->SetClassName( in AsyncHooks()
|
D | d8-test.cc | 940 leaf_object_ctor->SetClassName( in CreateLeafInterfaceTypeTemplate()
|
/third_party/node/deps/v8/include/ |
D | v8-template.h | 568 void SetClassName(Local<String> name);
|
/third_party/node/src/crypto/ |
D | crypto_x509.cc | 75 tmpl->SetClassName( in GetConstructorTemplate()
|
/third_party/node/doc/api/ |
D | addons.md | 886 tpl->SetClassName(String::NewFromUtf8(isolate, "MyObject").ToLocalChecked()); 1088 tpl->SetClassName(String::NewFromUtf8(isolate, "MyObject").ToLocalChecked()); 1309 tpl->SetClassName(String::NewFromUtf8(isolate, "MyObject").ToLocalChecked());
|
12