Home
last modified time | relevance | path

Searched refs:ecma_op_create_boolean_object (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-boolean.c85 return ecma_op_create_boolean_object (ECMA_VALUE_FALSE); in ecma_builtin_boolean_dispatch_construct()
89 return ecma_op_create_boolean_object (arguments_list_p[0]); in ecma_builtin_boolean_dispatch_construct()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-boolean-object.h28 ecma_value_t ecma_op_create_boolean_object (ecma_value_t arg);
Decma-boolean-object.c42 ecma_op_create_boolean_object (ecma_value_t arg) /**< argument passed to the Boolean constructor */ in ecma_op_create_boolean_object() function
Decma-conversion.c542 return ecma_op_create_boolean_object (value); in ecma_op_to_object()
Decma-promise-object.c476 ecma_value_t already_resolved = ecma_op_create_boolean_object (ECMA_VALUE_FALSE); in ecma_promise_create_resolving_functions()