Home
last modified time | relevance | path

Searched refs:GetMessagePortConstructorTemplate (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_messaging.cc685 Local<FunctionTemplate> ctor_templ = GetMessagePortConstructorTemplate(env); in New()
1057 GetMessagePortConstructorTemplate(env)->HasInstance(args[0])); in CheckType()
1134 Local<FunctionTemplate> GetMessagePortConstructorTemplate(Environment* env) { in GetMessagePortConstructorTemplate() function
1155 return GetMessagePortConstructorTemplate(env); in GetMessagePortConstructorTemplate()
1506 GetMessagePortConstructorTemplate(env), in InitMessaging()
Dnode_messaging.h364 v8::Local<v8::FunctionTemplate> GetMessagePortConstructorTemplate(