Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_async_from_sync_iterator.cpp68 const GlobalEnvConstants *globalConstant = thread->GlobalConstants(); in Throw() local
82 JSHandle<JSTaggedValue> throwString = globalConstant->GetHandledThrowString(); in Throw()
86 JSHandle<JSTaggedValue> undefinedValue = globalConstant->GetHandledUndefined(); in Throw()
140 const GlobalEnvConstants *globalConstant = thread->GlobalConstants(); in Return() local
158 JSHandle<JSTaggedValue> returnString = globalConstant->GetHandledReturnString(); in Return()
162 JSHandle<JSTaggedValue> undefinedValue = globalConstant->GetHandledUndefined(); in Return()
H A Dbuiltins.cpp2165 auto globalConstant = const_cast<GlobalEnvConstants *>(thread_->GlobalConstants()); in InitializeArray() local
2166 globalConstant->InitElementKindHClass(thread_, arrFuncInstanceHClass); in InitializeArray()
2175 auto hclassVal = globalConstant->GetGlobalConstantObject(index); in InitializeArray()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h620 auto globalConstant = const_cast<GlobalEnvConstants *>(thread->GlobalConstants()); in GetLiteralFromCache() local
622 auto hclassVal = globalConstant->GetGlobalConstantObject(classIndex); in GetLiteralFromCache()
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp42 auto globalConstant = const_cast<GlobalEnvConstants *>(thread_->GlobalConstants()); in Launch() member
43 auto hclassVal = globalConstant->GetGlobalConstantObject(index); in Launch()

Completed in 12 milliseconds