MCPcopy Create free account
hub / github.com/nodejs/nan / SetTemplate

Function SetTemplate

nan.h:800–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798 }
799
800 inline void SetTemplate(
801 v8::Local<v8::Template> templ
802 , const char *name
803 , v8::Local<v8::Data> value) {
804 templ->Set(v8::Isolate::GetCurrent(), name, value);
805 }
806
807 inline void SetTemplate(
808 v8::Local<v8::Template> templ

Callers 2

SetPrototypeTemplateFunction · 0.85
SetInstanceTemplateFunction · 0.85

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected