Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc423 Handle<JSFunction> SimpleCreateFunction(Isolate* isolate, Handle<String> name, in SimpleCreateFunction() function
444 SimpleCreateFunction(base->GetIsolate(), name, call, len, adapt); in SimpleInstallFunction()
477 SimpleCreateFunction(isolate, getter_name, call_getter, 0, true); in SimpleInstallGetterSetter()
483 SimpleCreateFunction(isolate, setter_name, call_setter, 1, true); in SimpleInstallGetterSetter()
498 SimpleCreateFunction(isolate, getter_name, call, 0, adapt); in SimpleInstallGetter()
725 Handle<JSFunction> iterator_prototype_iterator = SimpleCreateFunction( in CreateIteratorMaps()
769 SimpleCreateFunction(isolate(), factory()->next_string(), in CreateIteratorMaps()
799 Handle<JSFunction> async_iterator_prototype_iterator = SimpleCreateFunction( in CreateAsyncIteratorMaps()
1679 Handle<JSFunction> iterator = SimpleCreateFunction( in InitializeGlobal()
1935 SimpleCreateFunction(isolate, factory->empty_string(), in InitializeGlobal()
[all …]