Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-comparison.c211 if (ecma_is_value_direct (x) in ecma_op_strict_equality_compare()
212 || ecma_is_value_direct (y) in ecma_op_strict_equality_compare()
220 JERRY_ASSERT (!ecma_is_value_direct (x) in ecma_op_strict_equality_compare()
226 JERRY_ASSERT (!ecma_is_value_direct (y) in ecma_op_strict_equality_compare()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-value.c125 ecma_is_value_direct (ecma_value_t value) /**< ecma value */ in ecma_is_value_direct() function
Decma-helpers.h215 bool JERRY_ATTR_CONST ecma_is_value_direct (ecma_value_t value);
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c397 if (!ecma_is_value_direct (literal_start_p[i]) in static_snapshot_add_compiled_code()