Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_from_sync_iterator.cpp74 const GlobalEnvConstants *globalConstant = thread->GlobalConstants(); in Throw() local
88 JSHandle<JSTaggedValue> throwString = globalConstant->GetHandledThrowString(); in Throw()
92 JSHandle<JSTaggedValue> undefinedValue = globalConstant->GetHandledUndefined(); in Throw()
143 const GlobalEnvConstants *globalConstant = thread->GlobalConstants(); in Return() local
161 JSHandle<JSTaggedValue> returnString = globalConstant->GetHandledReturnString(); in Return()
165 JSHandle<JSTaggedValue> undefinedValue = globalConstant->GetHandledUndefined(); in Return()
Dbuiltins.cpp2091 auto globalConstant = const_cast<GlobalEnvConstants *>(thread_->GlobalConstants()); in InitializeArray() local
2092 globalConstant->InitElementKindHClass(thread_, arrFuncInstanceHClass); in InitializeArray()
2097 auto hclassVal = globalConstant->GetGlobalConstantObject(index); in InitializeArray()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h389 … auto globalConstant = const_cast<GlobalEnvConstants *>(thread->GlobalConstants()); in GetLiteralFromCache() local
391 auto hclassVal = globalConstant->GetGlobalConstantObject(classIndex); in GetLiteralFromCache()