Lines Matching defs:that
354 Local<v8::Object> that,
370 that->Set(context, name_string, function).Check();
375 v8::Local<v8::Template> that,
388 that->Set(name_string, t);
392 Local<v8::Object> that,
409 that->Set(context, name_string, function).Check();
413 Local<v8::Object> that,
430 that->Set(context, name_string, function).Check();
434 Local<v8::Object> that,
450 that->Set(context, name_string, function).Check();
455 Local<v8::FunctionTemplate> that,
458 Local<v8::Signature> signature = v8::Signature::New(isolate, that);
469 that->PrototypeTemplate()->Set(name_string, t);
474 Local<v8::FunctionTemplate> that,
477 Local<v8::Signature> signature = v8::Signature::New(isolate, that);
488 that->PrototypeTemplate()->Set(name_string, t);
493 Local<v8::FunctionTemplate> that,
496 Local<v8::Signature> signature = v8::Signature::New(isolate, that);
507 that->InstanceTemplate()->Set(name_string, t);
512 Local<v8::Object> that,
518 context, that, OneByteString(isolate, name), tmpl, flag);
522 Local<v8::Object> that,
528 that->Set(context, name, tmpl->GetFunction(context).ToLocalChecked()).Check();
578 // but we don't guarantee that. Solve this by not creating an
579 // external string at all in that case.