Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-script.h286 V8_WARN_UNUSED_RESULT Maybe<bool> SetSyntheticModuleExport(
/third_party/node/src/
Dmodule_wrap.cc728 USE(module->SetSyntheticModuleExport(isolate, export_name, export_value)); in SetSyntheticExport()
/third_party/node/deps/v8/src/d8/
Dd8.cc1137 Maybe<bool> result = module->SetSyntheticModuleExport( in JSONModuleEvaluationSteps()
/third_party/node/deps/v8/src/api/
Dapi.cc2444 Maybe<bool> Module::SetSyntheticModuleExport(Isolate* isolate, in SetSyntheticModuleExport() function in v8::Module
2456 SetSyntheticModuleExport, Nothing<bool>(), i::HandleScope); in SetSyntheticModuleExport()