Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.cc1210 Local<FunctionTemplate> worker_fun_template = in CreateGlobalTemplate() local
1213 Signature::New(isolate, worker_fun_template); in CreateGlobalTemplate()
1214 worker_fun_template->SetClassName( in CreateGlobalTemplate()
1217 worker_fun_template->ReadOnlyPrototype(); in CreateGlobalTemplate()
1218 worker_fun_template->PrototypeTemplate()->Set( in CreateGlobalTemplate()
1223 worker_fun_template->PrototypeTemplate()->Set( in CreateGlobalTemplate()
1228 worker_fun_template->PrototypeTemplate()->Set( in CreateGlobalTemplate()
1233 worker_fun_template->InstanceTemplate()->SetInternalFieldCount(1); in CreateGlobalTemplate()
1237 worker_fun_template); in CreateGlobalTemplate()