Home
last modified time | relevance | path

Searched refs:typedarray (Results 1 – 23 of 23) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-typedarray.cpp88 test_typedarray_info (jerry_value_t typedarray, /**< target TypedArray to query */ in test_typedarray_info() argument
93 TEST_ASSERT (!jerry_value_is_error (typedarray)); in test_typedarray_info()
94 TEST_ASSERT (jerry_value_is_typedarray (typedarray)); in test_typedarray_info()
95 TEST_ASSERT (jerry_get_typedarray_type (typedarray) == typedarray_type); in test_typedarray_info()
96 TEST_ASSERT (jerry_get_typedarray_length (typedarray) == element_count); in test_typedarray_info()
100 jerry_value_t arraybuffer = jerry_get_typedarray_buffer (typedarray, &byte_offset, &byte_length); in test_typedarray_info()
126 jerry_value_t typedarray = jerry_construct_object (prop_value, &length_arg, 1); in test_typedarray_queries() local
132 test_typedarray_info (typedarray, in test_typedarray_queries()
136 jerry_release_value (typedarray); in test_typedarray_queries()
141 jerry_value_t typedarray = jerry_create_typedarray (test_entries[i].typedarray_type, in test_typedarray_queries() local
[all …]
DBUILD.gn25 "${core_path}/ecma/builtin-objects/typedarray",
145 "test-typedarray.cpp",
/third_party/node/deps/npm/node_modules/typedarray/
Dreadme.markdown1 # typedarray chapter
6 …d status](https://secure.travis-ci.org/substack/typedarray.png)](http://travis-ci.org/substack/typ…
8 …tling badge](https://ci.testling.com/substack/typedarray.png)](https://ci.testling.com/substack/ty…
13 var Uint8Array = require('typedarray').Uint8Array;
28 var TA = require('typedarray')
50 npm install typedarray
57 http://wzrd.in/standalone/typedarray@latest
DLICENSE31 // Ref: http://www.khronos.org/registry/typedarray/specs/latest/
/third_party/jerryscript/jerry-core/
DBUILD.gn114 "ecma/builtin-objects/typedarray/ecma-builtin-float32array-prototype.c",
115 "ecma/builtin-objects/typedarray/ecma-builtin-float32array.c",
116 "ecma/builtin-objects/typedarray/ecma-builtin-float64array-prototype.c",
117 "ecma/builtin-objects/typedarray/ecma-builtin-float64array.c",
118 "ecma/builtin-objects/typedarray/ecma-builtin-int16array-prototype.c",
119 "ecma/builtin-objects/typedarray/ecma-builtin-int16array.c",
120 "ecma/builtin-objects/typedarray/ecma-builtin-int32array-prototype.c",
121 "ecma/builtin-objects/typedarray/ecma-builtin-int32array.c",
122 "ecma/builtin-objects/typedarray/ecma-builtin-int8array-prototype.c",
123 "ecma/builtin-objects/typedarray/ecma-builtin-int8array.c",
[all …]
DCMakeLists.txt118 "${CMAKE_CURRENT_SOURCE_DIR}/ecma/builtin-objects/typedarray"
139 ecma/builtin-objects/typedarray/*.c
/third_party/jerryscript/
DBUILD.gn199 "jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-float32array-prototype.c",
200 "jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-float32array.c",
201 "jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-float64array-prototype.c",
202 "jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-float64array.c",
203 "jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-int16array-prototype.c",
204 "jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-int16array.c",
205 "jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-int32array-prototype.c",
206 "jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-int32array.c",
207 "jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-int8array-prototype.c",
208 "jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-int8array.c",
[all …]
/third_party/node/deps/npm/node_modules/is-typedarray/
DREADME.md1 # is-typedarray [![locked](http://badges.github.io/stability-badges/dist/locked.svg)](http://github…
8 [![NPM](https://nodei.co/npm/is-typedarray.png)](https://nodei.co/npm/is-typedarray/)
16 MIT. See [LICENSE.md](http://github.com/hughsk/is-typedarray/blob/master/LICENSE.md) for details.
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-3836.js15 function validate_typedarray (typedarray, result) { argument
16 assert(typedarray.length === result.length);
17 for (var i = 0; i < typedarray.length; i++) {
18 assert(typedarray[i] === result[i]);
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray.c33 #define BUILTIN_UNDERSCORED_ID typedarray
/third_party/jerryscript/jerry-port/default/
DBUILD.gn97 "${core_path}/ecma/builtin-objects/typedarray",
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtins.inc.h370 typedarray)
/third_party/node/deps/npm/node_modules/registry-auth-token/
Dyarn.lock201 typedarray "^0.0.6"
1442 typedarray@^0.0.6:
1444 …resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d99…
/third_party/jerryscript/jerry-core/profiles/
DREADME.md110 …) and [TypedArray](http://www.ecma-international.org/ecma-262/6.0/#sec-typedarray-objects) built-i…
/third_party/node/deps/npm/node_modules/psl/
Dyarn.lock879 typedarray "^0.0.6"
888 typedarray "^0.0.6"
2394 is-typedarray@~1.0.0:
2396 …resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11d…
3634 is-typedarray "~1.0.0"
3659 is-typedarray "~1.0.0"
3685 is-typedarray "~1.0.0"
4333 typedarray@^0.0.6:
4335 …resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d99…
/third_party/ejdb/src/bindings/ejdb2_node/
Dyarn.lock907 is-typedarray@~1.0.0:
909 …resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11d…
1262 is-typedarray "~1.0.0"
Djs_native_api.h411 napi_value typedarray,
/third_party/node/src/
Djs_native_api.h411 napi_value typedarray,
Djs_native_api_v8.cc2875 napi_value typedarray, in napi_get_typedarray_info() argument
2882 CHECK_ARG(env, typedarray); in napi_get_typedarray_info()
2884 v8::Local<v8::Value> value = v8impl::V8LocalValueFromJsValue(typedarray); in napi_get_typedarray_info()
/third_party/node/deps/npm/node_modules/uri-js/
Dyarn.lock1154 is-typedarray@~1.0.0:
1156 …resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11d…
1621 is-typedarray "~1.0.0"
/third_party/jerryscript/docs/
D02.API-REFERENCE.md2076 /* "value" is a typedarray. */
8457 jerry_value_t typedarray = jerry_create_typedarray (expected_klass, 25);
8459 jerry_typedarray_type_t type = jerry_get_typedarray_type (typedarray);
8463 jerry_release_value (typedarray);
/third_party/node/doc/api/
Dn-api.md2809 napi_value typedarray,
2818 * `[in] typedarray`: `napi_value` representing the `TypedArray` whose
6036 [Section 22.2]: https://tc39.github.io/ecma262/#sec-typedarray-objects
/third_party/node/tools/
Dlint-md.mjs27487 var typedarray = {}; variable
28119 }(typedarray));
28126 var U8 = typedarray.Uint8Array;