Home | History | Annotate | Download | only in src

Lines Matching refs:this_value

1803         Local<Value> this_value = External::New(isolate, this);
1805 FunctionTemplate::New(isolate, PostMessageOut, this_value);
1881 Local<External> this_value = Local<External>::Cast(args.Data());
1882 Worker* worker = static_cast<Worker*>(this_value->Value());