Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp1383 Label valueNotDouble(env); in Neg()
1384 BRANCH(TaggedIsDouble(value), &valueIsDouble, &valueNotDouble); in Neg() local
1392 Bind(&valueNotDouble); in Neg()

Completed in 3 milliseconds