Home
last modified time | relevance | path

Searched defs:IsTypedArray (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h242 inline bool JSObject::IsTypedArray() const in IsTypedArray() function
Djs_tagged_value-inl.h705 inline bool JSTaggedValue::IsTypedArray() const in IsTypedArray() function
Djs_hclass.h770 inline bool IsTypedArray() const in IsTypedArray() function
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md2023 ### IsTypedArray subsection
Djsnapi_expo.cpp605 bool JSValueRef::IsTypedArray(const EcmaVM *vm) in IsTypedArray() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp211 GateRef CircuitBuilder::IsTypedArray(GateRef array) in IsTypedArray() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder-inl.h3884 inline GateRef StubBuilder::IsTypedArray(GateRef obj) in IsTypedArray() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp2337 HWTEST_F_L0(JSNApiTests, IsTypedArray) in HWTEST_F_L0() argument