Home
last modified time | relevance | path

Searched defs:objectValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dglobal_index_map.cpp52 JSTaggedValue objectValue = globalConst->GetGlobalConstantObject(index); in InitGlobalConst() local
77 JSTaggedValue objectValue = globalEnv->GetGlobalEnvObjectByIndex(index).GetTaggedValue(); in InitGlobalEnv() local
102 JSTaggedValue objectValue = builtinEntries.builtin_[index].hClass_; in InitBuiltinEntries() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_index_map_test.cpp64 JSTaggedValue objectValue = globalConst->GetGlobalConstantObject(index); in HWTEST_F_L0() local
94 JSTaggedValue objectValue = globalEnv->GetGlobalEnvObjectByIndex(index).GetTaggedValue(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_env.cpp27 JSTaggedValue objectValue = globalConst->GetGlobalConstantObject(index); in AddGlobalConstToMap() local