/third_party/jerryscript/tests/unit-core/ |
D | test-internal-properties.c | 92 TEST_ASSERT (jerry_value_is_boolean (has_result_1) && jerry_get_boolean_value (has_result_1)); in main() 93 TEST_ASSERT (jerry_value_is_boolean (has_result_2) && jerry_get_boolean_value (has_result_2)); in main() 94 TEST_ASSERT (jerry_value_is_boolean (has_result_3) && jerry_get_boolean_value (has_result_3)); in main() 95 TEST_ASSERT (jerry_value_is_boolean (has_result_4) && !jerry_get_boolean_value (has_result_4)); in main() 96 TEST_ASSERT (jerry_value_is_boolean (has_result_5) && !jerry_get_boolean_value (has_result_5)); in main() 97 TEST_ASSERT (jerry_value_is_boolean (has_result_6) && !jerry_get_boolean_value (has_result_6)); in main() 188 && !jerry_get_boolean_value (has_after_delete_result_1)); in main() 190 && !jerry_get_boolean_value (has_after_delete_result_2)); in main() 192 && !jerry_get_boolean_value (has_after_delete_result_3)); in main()
|
D | test-symbol.c | 64 TEST_ASSERT (jerry_get_boolean_value (jerry_has_property (object, symbol_1))); in main() 65 TEST_ASSERT (jerry_get_boolean_value (jerry_has_own_property (object, symbol_1))); in main() 69 TEST_ASSERT (jerry_get_boolean_value (jerry_has_property (object, symbol_2))); in main() 70 TEST_ASSERT (jerry_get_boolean_value (jerry_has_own_property (object, symbol_2))); in main() 82 TEST_ASSERT (!jerry_get_boolean_value (jerry_has_property (object, symbol_1))); in main() 83 TEST_ASSERT (!jerry_get_boolean_value (jerry_has_own_property (object, symbol_1))); in main() 115 TEST_ASSERT (jerry_get_boolean_value (jerry_define_own_property (object, symbol_2, &prop_desc))); in main()
|
D | test-container.c | 55 TEST_ASSERT (jerry_get_boolean_value (instance_check)); in main() 63 TEST_ASSERT (jerry_get_boolean_value (instance_check)); in main() 71 TEST_ASSERT (jerry_get_boolean_value (instance_check)); in main() 79 TEST_ASSERT (jerry_get_boolean_value (instance_check)); in main()
|
D | test-api.c | 153 TEST_ASSERT (jerry_get_boolean_value (args_p[0]) == true); in handler_construct() 158 TEST_ASSERT (jerry_value_is_boolean (res) && jerry_get_boolean_value (res)); in handler_construct() 246 TEST_ASSERT (jerry_get_boolean_value (value) == false); in foreach() 421 TEST_ASSERT (jerry_get_boolean_value (res)); in main() 453 TEST_ASSERT (jerry_get_boolean_value (res)); in main() 510 TEST_ASSERT (jerry_get_boolean_value (res)); in main() 535 TEST_ASSERT (jerry_get_boolean_value (res)); in main() 548 && jerry_get_boolean_value (val_value_field)); in main() 577 TEST_ASSERT (jerry_get_boolean_value (res)); in main() 651 TEST_ASSERT (jerry_value_is_boolean (res) && jerry_get_boolean_value (res)); in main() [all …]
|
D | test-typedarray.c | 62 && jerry_get_boolean_value (args_p[0])) in assert_handler() 321 TEST_ASSERT (jerry_get_boolean_value (set_result)); in test_property_by_index() 342 TEST_ASSERT (jerry_get_boolean_value (set_result)); in test_property_by_index() 359 TEST_ASSERT (jerry_get_boolean_value (set_inf)); in test_property_by_index() 380 TEST_ASSERT (jerry_get_boolean_value (set_result)); in test_property_by_index() 430 TEST_ASSERT (jerry_get_boolean_value (is_detachable)); in test_detached_arraybuffer() 459 TEST_ASSERT (jerry_get_boolean_value (is_detachable)); in test_detached_arraybuffer()
|
D | test-objects-foreach.c | 169 bool has_property = (!jerry_value_is_error (result) && jerry_get_boolean_value (result)); in find_test_object_by_property() 212 …TEST_ASSERT (jerry_value_is_boolean (strict_equal_result) && jerry_get_boolean_value (strict_equal… in main() 237 …TEST_ASSERT (jerry_value_is_boolean (strict_equal_result) && jerry_get_boolean_value (strict_equal… in main()
|
D | test-arraybuffer.c | 51 && jerry_get_boolean_value (args_p[0])) in assert_handler() 377 TEST_ASSERT (!jerry_get_boolean_value (is_detachable)); in main() 397 TEST_ASSERT (jerry_get_boolean_value (is_detachable)); in main() 405 TEST_ASSERT (!jerry_get_boolean_value (is_detachable)); in main()
|
D | test-api-property.c | 51 TEST_ASSERT (jerry_get_boolean_value (res)); in main() 91 TEST_ASSERT (jerry_get_boolean_value (res)); in main()
|
D | test-has-property.c | 24 TEST_ASSERT (jerry_get_boolean_value (result) == expected); in assert_boolean_and_release()
|
D | test-native-instanceof.c | 52 TEST_ASSERT (jerry_get_boolean_value (result)); in test_instanceof()
|
D | test-regression-3588.c | 58 TEST_ASSERT (jerry_get_boolean_value (result_val) == true); in main()
|
D | test-promise.c | 85 && jerry_get_boolean_value (args_p[0])) in assert_handler()
|
D | test-api-binary-operations-instanceof.c | 78 TEST_ASSERT (jerry_get_boolean_value (result) == bool_tests[idx].expected); in main()
|
D | test-proxy.c | 125 TEST_ASSERT (jerry_get_boolean_value (result_val)); in set_property()
|
D | test-api-promise.c | 41 …TEST_ASSERT (jerry_value_is_boolean (set_result) && (jerry_get_boolean_value (set_result) == true)… in test_promise_resolve_success()
|
D | test-api-strings.c | 31 bool is_strict_equal = jerry_get_boolean_value (res); in strict_equals()
|
/third_party/jerryscript/tests/unit-ext/ |
D | test-ext-method-register.c | 108 TEST_ASSERT (jerry_get_boolean_value (result) == true); in test_simple_registration() 116 TEST_ASSERT (jerry_get_boolean_value (result) == true); in test_simple_registration() 124 TEST_ASSERT (jerry_get_boolean_value (result) == true); in test_simple_registration() 132 TEST_ASSERT (jerry_get_boolean_value (result) == false); in test_simple_registration() 255 TEST_ASSERT (jerry_get_boolean_value (prop_ok_exists) == true); in test_error_multiple_functions() 286 TEST_ASSERT (jerry_get_boolean_value (prop_err_exists) == true); in test_error_multiple_functions() 297 TEST_ASSERT (jerry_get_boolean_value (prop_not_exists) == false); in test_error_multiple_functions()
|
/third_party/jerryscript/jerry-ext/handler/ |
D | handler-assert.c | 42 && jerry_get_boolean_value (args_p[0])) in jerryx_handler_assert_fatal() 113 && jerry_get_boolean_value (args_p[0])) in jerryx_handler_assert_throw()
|
D | handler-register.c | 188 has_property = jerry_get_boolean_value (has_prop_val); in jerryx_has_property_str()
|
/third_party/jerryscript/tests/unit-ext/module/ |
D | jerry-module-test.c | 217 TEST_ASSERT (jerry_value_is_boolean (res) && jerry_get_boolean_value (res)); in main() 226 TEST_ASSERT (jerry_value_is_boolean (res) && jerry_get_boolean_value (res)); in main()
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
D | I2C-js.cpp | 133 repeated = jerry_get_boolean_value(args[3]); in DECLARE_CLASS_FUNCTION() 225 bool repeated = args_count == 4 && jerry_get_boolean_value(args[3]); in DECLARE_CLASS_FUNCTION()
|
/third_party/jerryscript/targets/particle/source/ |
D | main.cpp | 37 bool value = jerry_get_boolean_value (args_p[1]); in set_led()
|
/third_party/jerryscript/targets/esp8266/user/ |
D | jerry_extapi.c | 40 && jerry_get_boolean_value (args_p[0])) in DELCARE_HANDLER()
|
/third_party/jerryscript/jerry-ext/module/ |
D | module.c | 129 bool has_property = jerry_get_boolean_value (js_has_property); in jerryx_module_check_cache()
|
/third_party/jerryscript/jerry-ext/arg/ |
D | arg-transform-functions.c | 231 *dest = jerry_get_boolean_value (js_arg); in JERRYX_ARG_TRANSFORM_FUNC_FOR_INT()
|