Home
last modified time | relevance | path

Searched defs:valueB (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp1867 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in RunInternal() local
1891 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in RunInternal() local
1916 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in RunInternal() local
1940 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in RunInternal() local
Dinterpreter_assembly.cpp1153 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in HandleLessImm8V8() local
1185 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in HandleLesseqImm8V8() local
1218 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in HandleGreaterImm8V8() local
1250 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in HandleGreatereqImm8V8() local