Home
last modified time | relevance | path

Searched refs:IsJSAPIDeque (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_deque.cpp54 if (!self->IsJSAPIDeque()) { in InsertFront()
55 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIDeque()) { in InsertFront()
79 if (!self->IsJSAPIDeque()) { in InsertEnd()
80 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIDeque()) { in InsertEnd()
103 if (!self->IsJSAPIDeque()) { in GetFirst()
104 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIDeque()) { in GetFirst()
126 if (!self->IsJSAPIDeque()) { in GetLast()
127 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIDeque()) { in GetLast()
149 if (!self->IsJSAPIDeque()) { in Has()
150 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIDeque()) { in Has()
[all...]
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_deque.h38 ASSERT(JSTaggedValue(object).IsJSAPIDeque()); in Cast()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_stub_builder.h92 return IsJSAPIDeque(obj); in IsContainer()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_deque_test.cpp131 ASSERT_TRUE(result.IsJSAPIDeque()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h554 inline bool JSTaggedValue::IsJSAPIDeque() const in IsJSAPIDeque() function in panda::ecmascript::JSTaggedValue
556 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPIDeque(); in IsJSAPIDeque()
H A Djs_tagged_value.h652 bool IsJSAPIDeque() const;
H A Djs_hclass.h1198 inline bool IsJSAPIDeque() const in IsJSAPIDeque() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h459 GateRef IsJSAPIDeque(GateRef obj);
H A Dstub_builder-inl.h1550 inline GateRef StubBuilder::IsJSAPIDeque(GateRef obj) in IsJSAPIDeque() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp928 return JSNApiHelper::ToJSTaggedValue(this).IsJSAPIDeque(); in IsDeque()

Completed in 35 milliseconds