Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1806 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in RunInternal() local
1830 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in RunInternal() local
1855 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in RunInternal() local
1879 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in RunInternal() local
Dinterpreter_assembly.cpp1128 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in HandleLessImm8V8() local
1160 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in HandleLesseqImm8V8() local
1193 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in HandleGreaterImm8V8() local
1225 double valueB = right.IsInt() ? static_cast<double>(right.GetInt()) : right.GetDouble(); in HandleGreatereqImm8V8() local