Searched refs:array_value (Results 1 – 2 of 2) sorted by relevance
/third_party/json/doc/examples/ |
D | basic_json__CompatibleType.cpp | 64 json::array_t array_value = {"one", "two", 3, 4.5, false}; in main() local 65 json j_array_t(array_value); in main()
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 1456 ecma_value_t array_value = ecma_op_create_array_object (&array_length, argument_size, true); in jerry_create_array() local 1459 JERRY_ASSERT (!ECMA_IS_VALUE_ERROR (array_value)); in jerry_create_array() 1461 return array_value; in jerry_create_array() 4187 ecma_value_t array_value = ecma_typedarray_create_object_with_length (length, in jerry_create_typedarray() local 4193 JERRY_ASSERT (!ECMA_IS_VALUE_ERROR (array_value)); in jerry_create_typedarray() 4195 return array_value; in jerry_create_typedarray() 4248 …ecma_value_t array_value = ecma_op_create_typedarray (arguments_p, 3, prototype_obj_p, element_siz… in jerry_create_typedarray_for_arraybuffer_sz() local 4252 return jerry_return (array_value); in jerry_create_typedarray_for_arraybuffer_sz()
|