Searched refs:NewJSForinIterator (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | new_object_stub_builder.h | 81 GateRef NewJSForinIterator(GateRef glue, GateRef receiver, GateRef keys, GateRef cachedHclass);
|
H A D | new_object_stub_builder.cpp | 888 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 D | js_object.cpp | 2634 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 D | object_factory.h | 387 JSHandle<JSForInIterator> NewJSForinIterator(const JSHandle<JSTaggedValue> &obj,
|
H A D | object_factory.cpp | 833 JSHandle<JSForInIterator> ObjectFactory::NewJSForinIterator(const JSHandle<JSTaggedValue> &obj, in NewJSForinIterator() function in panda::ecmascript::ObjectFactory
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | dump_test.cpp | 741 JSHandle<JSForInIterator> forInIter = factory->NewJSForinIterator(array, keys, hclass); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
H A D | heap_dump_test.cpp | 302 return factory->NewJSForinIterator(arrayEmpty, keys, hclass); in NewJSForInIterator()
|
Completed in 27 milliseconds