Home
last modified time | relevance | path

Searched refs:NewJSForinIterator (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.h81 GateRef NewJSForinIterator(GateRef glue, GateRef receiver, GateRef keys, GateRef cachedHclass);
H A Dnew_object_stub_builder.cpp888 GateRef NewObjectStubBuilder::NewJSForinIterator(GateRef glue, GateRef receiver, GateRef keys, GateRef cachedHclass) in NewJSForinIterator() function in panda::ecmascript::kungfu::NewObjectStubBuilder
1201 result = NewJSForinIterator(glue, *object, enumCache, hclass); in EnumerateObjectProperties()
1207 result = NewJSForinIterator(glue, Undefined(), emptyArray, Undefined()); in EnumerateObjectProperties()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp2634 return factory->NewJSForinIterator(undefined, keys, cachedHclass); in EnumerateObjectProperties()
2639 return thread->GetEcmaVM()->GetFactory()->NewJSForinIterator(object, keys, cachedHclass); in EnumerateObjectProperties()
2658 return thread->GetEcmaVM()->GetFactory()->NewJSForinIterator(object, keys, cachedHclass); in LoadEnumerateProperties()
H A Dobject_factory.h387 JSHandle<JSForInIterator> NewJSForinIterator(const JSHandle<JSTaggedValue> &obj,
H A Dobject_factory.cpp833 JSHandle<JSForInIterator> ObjectFactory::NewJSForinIterator(const JSHandle<JSTaggedValue> &obj, in NewJSForinIterator() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp741 JSHandle<JSForInIterator> forInIter = factory->NewJSForinIterator(array, keys, hclass); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp302 return factory->NewJSForinIterator(arrayEmpty, keys, hclass); in NewJSForInIterator()

Completed in 27 milliseconds