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.h739 inline bool JSTaggedValue::IsTypedArray() const in IsTypedArray() function
Djs_hclass.h801 inline bool IsTypedArray() const in IsTypedArray() function
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md2023 ### IsTypedArray subsection
Djsnapi_expo.cpp634 bool JSValueRef::IsTypedArray(const EcmaVM *vm) in IsTypedArray() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp233 GateRef CircuitBuilder::IsTypedArray(GateRef glue, GateRef array) in IsTypedArray() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder-inl.h4122 inline GateRef StubBuilder::IsTypedArray(GateRef glue, GateRef obj) in IsTypedArray() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp2353 HWTEST_F_L0(JSNApiTests, IsTypedArray) in HWTEST_F_L0() argument