Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dbyte_array.h24 class ObjectFactory; variable
Dtagged_array.h23 class ObjectFactory; variable
Dglobal_env_constants.h30 class ObjectFactory; variable
Decma_context.h39 class ObjectFactory; variable
480 friend class ObjectFactory; variable
Decma_vm.h41 class ObjectFactory; variable
496 friend class ObjectFactory; variable
Dmethod.h464 friend class ObjectFactory; variable
Dobject_factory.cpp148 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.cpp59 using ObjectFactory = ecmascript::ObjectFactory; typedef