Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
Dd8.h605 static void WorkerNew(const v8::FunctionCallbackInfo<v8::Value>& args);
Dd8.cc2536 void Shell::WorkerNew(const v8::FunctionCallbackInfo<v8::Value>& args) { in WorkerNew() function in v8::Shell
3015 FunctionTemplate::New(isolate, WorkerNew); in CreateWorkerTemplate()