Searched defs:IsTypedArray (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ | ||
H A D | js_object-inl.h | 242 inline bool JSObject::IsTypedArray() const in IsTypedArray() function in panda::ecmascript::JSObject |
H A D | js_tagged_value-inl.h | 705 inline bool JSTaggedValue::IsTypedArray() const in IsTypedArray() function in panda::ecmascript::JSTaggedValue |
H A D | js_hclass.h | 746 inline bool IsTypedArray() const in IsTypedArray() function in panda::ecmascript::JSHClass |
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | circuit_builder.cpp | 227 GateRef CircuitBuilder::IsTypedArray(GateRef array) in IsTypedArray() function in panda::ecmascript::kungfu::CircuitBuilder |
H A D | stub_builder-inl.h | 3676 inline GateRef StubBuilder::IsTypedArray(GateRef obj) in IsTypedArray() function in panda::ecmascript::kungfu::StubBuilder |
/arkcompiler/ets_runtime/ecmascript/napi/ | ||
H A D | jsnapi_expo.cpp | 547 bool JSValueRef::IsTypedArray(const EcmaVM *vm) in IsTypedArray() function in panda::JSValueRef |
Completed in 33 milliseconds