Searched refs:worker_fun_template (Results 1 – 1 of 1) sorted by relevance
3014 Local<FunctionTemplate> worker_fun_template = in CreateWorkerTemplate() local3017 Signature::New(isolate, worker_fun_template); in CreateWorkerTemplate()3018 worker_fun_template->SetClassName( in CreateWorkerTemplate()3020 worker_fun_template->ReadOnlyPrototype(); in CreateWorkerTemplate()3021 worker_fun_template->PrototypeTemplate()->Set( in CreateWorkerTemplate()3025 worker_fun_template->PrototypeTemplate()->Set( in CreateWorkerTemplate()3029 worker_fun_template->PrototypeTemplate()->Set( in CreateWorkerTemplate()3033 worker_fun_template->PrototypeTemplate()->Set( in CreateWorkerTemplate()3037 worker_fun_template->InstanceTemplate()->SetInternalFieldCount(1); in CreateWorkerTemplate()3038 return worker_fun_template; in CreateWorkerTemplate()