Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.cpp92 uint32_t valueValue = std::get<uint32_t>(value); in ProcessTypeLiteral() local
249 int32_t valueValue = base::bit_cast<int32_t>(std::get<uint32_t>(value)); in ProcessTypeAnnotation() local
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.h122 JSTaggedValue valueValue = value.GetTaggedValue(); in SetEntry() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1382 JSHandle<JSTaggedValue> valueValue = JSNApiHelper::ToJSHandle(value); in Set() local