Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp784 bool BigInt::LessThan(const JSTaggedValue &x, const JSTaggedValue &y) in LessThan() function in panda::ecmascript::BigInt
789 bool BigInt::LessThan(const BigInt *x, const BigInt *y) in LessThan() function in panda::ecmascript::BigInt
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1008 void PandaGen::LessThan(const ir::AstNode *node, VReg lhs) in LessThan() function in panda::es2panda::compiler::PandaGen