Home
last modified time | relevance | path

Searched defs:result_array (Results 1 – 11 of 11) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dvm-utils.c104 ecma_value_t result_array = ecma_op_create_array_object (NULL, 0, false); in vm_get_backtrace() local
/third_party/jerryscript/tests/jerry/es2015/
Darray-prototype-copywithin.js83 function array_check(result_array, expected_array) { argument
Darray-prototype-fill.js181 function array_check(result_array, expected_array) { argument
Dproxy_own_keys.js19 function array_check(result_array, expected_array) { argument
/third_party/jerryscript/tests/jerry/
Darray-prototype-slice.js155 function array_check(result_array, expected_array) { argument
/third_party/protobuf/src/google/protobuf/stubs/
Dcommon.cc276 uint8 result_array[4]; in ghtonl() member
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1586 ecma_value_t result_array = ecma_op_create_array_object (0, 0, false); in ecma_regexp_create_result_object() local
3279 ecma_value_t result_array = ecma_op_create_array_object (0, 0, false); in ecma_regexp_match_helper() local
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc1169 Handle<JSArray> result_array) { in SearchRegExpMultiple()
1472 Handle<JSArray> result_array = args.at<JSArray>(3); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc1520 Handle<JSArray> result_array; in BUILTIN() local
Dbuiltins-string-gen.cc1422 TNode<JSArray> result_array = in TF_BUILTIN() local
/third_party/node/deps/v8/src/objects/
Delements.cc5324 Handle<JSArray> result_array = isolate->factory()->NewJSArray( in Concat() local