Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h1655 V8_WARN_UNUSED_RESULT Maybe<bool> SetSyntheticModuleExport(
1662 void SetSyntheticModuleExport(Local<String> export_name,
/external/v8/src/api/
Dapi.cc2379 Maybe<bool> Module::SetSyntheticModuleExport(Isolate* isolate, in SetSyntheticModuleExport() function in v8::Module
2391 SetSyntheticModuleExport, Nothing<bool>(), i::HandleScope); in SetSyntheticModuleExport()
2401 void Module::SetSyntheticModuleExport(Local<String> export_name, in SetSyntheticModuleExport() function in v8::Module