Searched refs:CreateCachedData (Results 1 – 4 of 4) sorted by relevance
94 static void CreateCachedData(const v8::FunctionCallbackInfo<v8::Value>& args);
163 static void CreateCachedData(const v8::FunctionCallbackInfo<v8::Value>& args);
752 SetProtoMethod(isolate, script_tmpl, "createCachedData", CreateCachedData); in Init()765 registry->Register(CreateCachedData); in RegisterExternalReferences()953 void ContextifyScript::CreateCachedData( in CreateCachedData() function in node::contextify::ContextifyScript
731 void ModuleWrap::CreateCachedData(const FunctionCallbackInfo<Value>& args) { in CreateCachedData() function in node::loader::ModuleWrap777 isolate, tpl, "createCachedData", CreateCachedData); in Initialize()