Lines Matching defs:constructed
152 jerry_value_t constructed = jerry_construct_object (demo_func, &test_arg, 1);
153 TEST_ASSERT (!jerry_value_is_error (constructed));
154 TEST_ASSERT (jerry_value_is_object (constructed));
156 jerry_release_value (constructed);
162 jerry_value_t constructed = jerry_call_function (demo_func, this_arg, &test_arg, 1);
163 TEST_ASSERT (jerry_value_is_undefined (constructed));
164 jerry_release_value (constructed);
165 jerry_release_value (constructed);
171 jerry_value_t constructed = jerry_construct_object (demo_func, &test_arg, 1);
172 TEST_ASSERT (!jerry_value_is_error (constructed));
173 TEST_ASSERT (jerry_value_is_object (constructed));
175 jerry_release_value (constructed);