Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc587 V8_NOINLINE void InstallConstant(Isolate* isolate, Handle<JSObject> holder, in InstallConstant() function
2162 InstallConstant(isolate_, symbol_fun, "asyncIterator", in InitializeGlobal()
2164 InstallConstant(isolate_, symbol_fun, "hasInstance", in InitializeGlobal()
2166 InstallConstant(isolate_, symbol_fun, "isConcatSpreadable", in InitializeGlobal()
2168 InstallConstant(isolate_, symbol_fun, "iterator", in InitializeGlobal()
2170 InstallConstant(isolate_, symbol_fun, "match", factory->match_symbol()); in InitializeGlobal()
2171 InstallConstant(isolate_, symbol_fun, "replace", factory->replace_symbol()); in InitializeGlobal()
2172 InstallConstant(isolate_, symbol_fun, "search", factory->search_symbol()); in InitializeGlobal()
2173 InstallConstant(isolate_, symbol_fun, "species", factory->species_symbol()); in InitializeGlobal()
2174 InstallConstant(isolate_, symbol_fun, "split", factory->split_symbol()); in InitializeGlobal()
[all …]