Home
last modified time | relevance | path

Searched refs:NUMBER_BITWISE_NOT (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dopcodes-ecma-bitwise.c92 case NUMBER_BITWISE_NOT: in do_number_bitwise_logic()
Dopcodes.h54 NUMBER_BITWISE_NOT, /**< bitwise NOT calculation */ enumerator
Dvm.c2803 result = do_number_bitwise_logic (NUMBER_BITWISE_NOT, in vm_loop()