Searched refs:SimpleCreateFunction (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/deps/v8/src/init/ |
| D | bootstrapper.cc | 541 V8_NOINLINE Handle<JSFunction> SimpleCreateFunction(Isolate* isolate, in SimpleCreateFunction() function 568 SimpleCreateFunction(isolate, internalized_name, call, len, adapt); in InstallFunctionWithBuiltinId() 581 SimpleCreateFunction(isolate, internalized_name, call, len, adapt); in SimpleInstallFunction() 593 SimpleCreateFunction(isolate, internalized_symbol, call, len, adapt); in InstallFunctionAtSymbol() 607 SimpleCreateFunction(isolate, getter_name, call_getter, 0, true); in SimpleInstallGetterSetter() 613 SimpleCreateFunction(isolate, setter_name, call_setter, 1, true); in SimpleInstallGetterSetter() 635 SimpleCreateFunction(isolate, getter_name, call, 0, adapt); in SimpleInstallGetter() 954 SimpleCreateFunction(isolate(), factory()->next_string(), in CreateIteratorMaps() 963 SimpleCreateFunction(isolate(), factory()->next_string(), in CreateIteratorMaps() 970 SimpleCreateFunction(isolate(), factory()->empty_string(), in CreateIteratorMaps() [all …]
|