Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtemplate_string.cpp51 … JSHandle<JSTaggedValue> rawValue = JSObject::GetProperty(thread, rawStringsTag, i).GetValue(); in GetTemplateObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp734 int32_t rawValue = acc_.GetInt32FromConstant(gate); in TryConvertConstant() local
738 double rawValue = acc_.GetFloat64FromConstant(gate); in TryConvertConstant() local
747 int32_t rawValue = value.GetInt(); in TryConvertConstant() local
751 double rawValue = value.GetDouble(); in TryConvertConstant() local
Dgate_accessor.cpp1024 uint64_t rawValue = GetConstantValue(gate); in GetFloat64FromConstant() local
1037 uint64_t rawValue = GetConstantValue(gate); in GetInt32FromConstant() local