Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.cc1488 Local<FunctionTemplate> worker_fun_template = in CreateGlobalTemplate() local
1491 Signature::New(isolate, worker_fun_template); in CreateGlobalTemplate()
1492 worker_fun_template->SetClassName( in CreateGlobalTemplate()
1495 worker_fun_template->ReadOnlyPrototype(); in CreateGlobalTemplate()
1496 worker_fun_template->PrototypeTemplate()->Set( in CreateGlobalTemplate()
1501 worker_fun_template->PrototypeTemplate()->Set( in CreateGlobalTemplate()
1506 worker_fun_template->PrototypeTemplate()->Set( in CreateGlobalTemplate()
1511 worker_fun_template->InstanceTemplate()->SetInternalFieldCount(1); in CreateGlobalTemplate()
1515 worker_fun_template); in CreateGlobalTemplate()