Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_compiler.cpp192 std::string stubFile = runtimeOptions.GetStubFile(); in main()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h208 std::string GetStubFile() const in GetStubFile() function
Decma_context.cpp892 std::string stubFile = vm_->GetJSOptions().GetStubFile(); in LoadStubFile()