Searched defs: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
|
/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 4187 ecma_value_t array_value = ecma_typedarray_create_object_with_length (length, in jerry_create_typedarray() local 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
|