Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-general.c153 ECMA_PROPERTY_GET_NO_OPTIONS); in ecma_op_general_object_delete()
Decma-objects.c83 JERRY_ASSERT (options == ECMA_PROPERTY_GET_NO_OPTIONS in ecma_op_object_get_own_property()
1535ECMA_PROPERTY_GET_NO_OPTIONS); in ecma_op_object_put_with_receiver()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h622 ECMA_PROPERTY_GET_NO_OPTIONS = 0, /**< no option flags for ecma_op_object_get_property */ enumerator