Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dbyte_array.h24 class ObjectFactory; variable
Dtagged_array.h23 class ObjectFactory; variable
Decma_vm.h40 class ObjectFactory; variable
709 friend class ObjectFactory; variable
Dobject_factory.cpp146 ObjectFactory::ObjectFactory(JSThread *thread, Heap *heap) in ObjectFactory() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h33 class ObjectFactory; variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp50 using ObjectFactory = ecmascript::ObjectFactory; typedef