Home
last modified time | relevance | path

Searched defs:is_typedarray (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/js-native-api/test_typedarray/
Dtest_typedarray.c20 bool is_typedarray; in Multiply() local
134 bool is_typedarray; in CreateTypedArray() local
195 bool is_typedarray; in Detach() local
/third_party/node/benchmark/napi/function_args/
Dnapi_binding.c126 bool is_typedarray = false; in CallWithTypedarray() local
/third_party/jerryscript/tests/unit-core/
Dtest-typedarray.cpp432 bool is_typedarray = jerry_value_is_typedarray (values[idx]); variable