Searched refs:JSAPILightWeightSetIterator (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_lightweightset_iterator.h | 23 class JSAPILightWeightSetIterator : public JSObject { 25 static JSAPILightWeightSetIterator *Cast(TaggedObject *obj) in Cast() 28 return static_cast<JSAPILightWeightSetIterator *>(obj); in Cast()
|
| D | js_api_lightweightset_iterator.cpp | 31 JSTaggedValue JSAPILightWeightSetIterator::Next(EcmaRuntimeCallInfo *argv) in Next() 42 JSHandle<JSAPILightWeightSetIterator> iter(input); in Next()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_lightweightset_iterator_test.cpp | 104 …JSHandle<JSAPILightWeightSetIterator> lightWeightSetIterator = factory->NewJSAPILightWeightSetIter… in HWTEST_F_L0() 115 JSTaggedValue result = JSAPILightWeightSetIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() 128 JSTaggedValue result = JSAPILightWeightSetIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0()
|
| D | dump_test.cpp | 1117 CHECK_DUMP_FIELDS(JSObject::SIZE, JSAPILightWeightSetIterator::SIZE, 2U); in HWTEST_F_L0() 1118 JSHandle<JSAPILightWeightSetIterator> jSAPILightWeightSetIter = in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_lightweightset_test.cpp | 424 result.Update(JSAPILightWeightSetIterator::Next(callInfo)); in HWTEST_F_L0() 459 result.Update(JSAPILightWeightSetIterator::Next(callInfo)); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.h | 124 class JSAPILightWeightSetIterator; variable 558 …JSHandle<JSAPILightWeightSetIterator> NewJSAPILightWeightSetIterator(const JSHandle<JSAPILightWeig…
|
| D | global_env_constants.cpp | 249 factory->NewEcmaHClass(hClass, JSAPILightWeightSetIterator::SIZE, in InitRootsClass()
|
| D | dump.cpp | 989 JSAPILightWeightSetIterator::Cast(obj)->Dump(os); in DumpObject() 2109 void JSAPILightWeightSetIterator::Dump(std::ostream &os) const in Dump() 4008 JSAPILightWeightSetIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject() 4614 void JSAPILightWeightSetIterator::DumpForSnapshot(std::vector<std::pair<CString, JSTaggedValue>> &v… in DumpForSnapshot()
|
| D | object_factory.cpp | 3584 JSHandle<JSAPILightWeightSetIterator> ObjectFactory::NewJSAPILightWeightSetIterator( in NewJSAPILightWeightSetIterator() 3592 JSHandle<JSAPILightWeightSetIterator> iter(NewJSObject(hclassHandle)); in NewJSAPILightWeightSetIterator()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | object_xray.h | 489 JSAPILightWeightSetIterator::Cast(object)->VisitRangeSlot(visitor); in VisitObjectBody()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_private.cpp | 480 …thread, lightWeightSetIteratorPrototype, "next", JSAPILightWeightSetIterator::Next, FuncLength::ON… in InitializeLightWeightSetIterator()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 827 reinterpret_cast<uintptr_t>(JSAPILightWeightSetIterator::Next),
|