Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.cc1549 Local<FunctionTemplate> worker_fun_template = in CreateGlobalTemplate() local
1552 Signature::New(isolate, worker_fun_template); in CreateGlobalTemplate()
1553 worker_fun_template->SetClassName( in CreateGlobalTemplate()
1556 worker_fun_template->ReadOnlyPrototype(); in CreateGlobalTemplate()
1557 worker_fun_template->PrototypeTemplate()->Set( in CreateGlobalTemplate()
1562 worker_fun_template->PrototypeTemplate()->Set( in CreateGlobalTemplate()
1567 worker_fun_template->PrototypeTemplate()->Set( in CreateGlobalTemplate()
1572 worker_fun_template->InstanceTemplate()->SetInternalFieldCount(1); in CreateGlobalTemplate()
1576 worker_fun_template); in CreateGlobalTemplate()