Home
last modified time | relevance | path

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

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