Home
last modified time | relevance | path

Searched refs:NUMBER_ARITHMETIC_REMAINDER (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dopcodes-ecma-arithmetics.c72 case NUMBER_ARITHMETIC_REMAINDER: in do_number_arithmetic()
Dopcodes.h37 NUMBER_ARITHMETIC_REMAINDER, /**< remainder calculation */ enumerator
Dvm.c3061 result = do_number_arithmetic (NUMBER_ARITHMETIC_REMAINDER, in vm_loop()
/third_party/jerryscript/jerry-core/api/
Djerry.c106 … && ((NUMBER_ARITHMETIC_REMAINDER + ECMA_NUMBER_ARITHMETIC_OP_API_OFFSET) == JERRY_BIN_OP_REM),