Home
last modified time | relevance | path

Searched refs:constpoolPair (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp153 std::pair<JSHandle<ConstantPool>, JSHandle<ConstantPool>> constpoolPair = ParseConstPool(vm, jsPandaFile); in GenerateProgram() local
154 sconstpool = constpoolPair.first; in GenerateProgram()
155 unsharedConstpool = constpoolPair.second; in GenerateProgram()

Completed in 3 milliseconds