Searched refs:SimpleInstallGetter (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | bootstrapper.cc | 553 V8_NOINLINE Handle<JSFunction> SimpleInstallGetter( in SimpleInstallGetter() function 570 V8_NOINLINE Handle<JSFunction> SimpleInstallGetter(Isolate* isolate, in SimpleInstallGetter() function 575 return SimpleInstallGetter(isolate, base, name, name, call, adapt); in SimpleInstallGetter() 578 V8_NOINLINE Handle<JSFunction> SimpleInstallGetter( in SimpleInstallGetter() function 582 SimpleInstallGetter(isolate, base, name, call, adapt); in SimpleInstallGetter() 600 SimpleInstallGetter(isolate, constructor, factory->symbol_species_string(), in InstallSpeciesGetter() 2513 SimpleInstallGetter(isolate_, prototype, factory->dotAll_string(), in InitializeGlobal() 2515 SimpleInstallGetter(isolate_, prototype, factory->flags_string(), in InitializeGlobal() 2517 SimpleInstallGetter(isolate_, prototype, factory->global_string(), in InitializeGlobal() 2519 SimpleInstallGetter(isolate_, prototype, factory->ignoreCase_string(), in InitializeGlobal() [all …]
|