Home
last modified time | relevance | path

Searched defs:IsSharedTypedArray (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h247 inline bool JSObject::IsSharedTypedArray() const in IsSharedTypedArray() function
Djs_tagged_value-inl.h804 inline bool JSTaggedValue::IsSharedTypedArray() const in IsSharedTypedArray() function
Djs_hclass.h807 inline bool IsSharedTypedArray() const in IsSharedTypedArray() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp241 GateRef CircuitBuilder::IsSharedTypedArray(GateRef glue, GateRef array) in IsSharedTypedArray() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder-inl.h4127 inline GateRef StubBuilder::IsSharedTypedArray(GateRef glue, GateRef obj) in IsSharedTypedArray() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1126 bool JSValueRef::IsSharedTypedArray(const EcmaVM *vm) in IsSharedTypedArray() function in panda::JSValueRef