Home
last modified time | relevance | path

Searched refs:TransProtoWithoutLayout (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.h41 GateRef TransProtoWithoutLayout(GateRef hClass, GateRef proto);
Dbuiltins_object_stub_builder.cpp221 GateRef BuiltinsObjectStubBuilder::TransProtoWithoutLayout(GateRef hClass, GateRef proto) in TransProtoWithoutLayout() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder
261 GateRef newClass = TransProtoWithoutLayout(hClass, proto); in OrdinaryNewJSObjectCreate()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h413 …static JSHandle<JSHClass> TransProtoWithoutLayout(const JSThread *thread, const JSHandle<JSHClass>…
Djs_hclass.cpp358 JSHandle<JSHClass> JSHClass::TransProtoWithoutLayout(const JSThread *thread, const JSHandle<JSHClas… in TransProtoWithoutLayout() function in panda::ecmascript::JSHClass
Dobject_factory.cpp1516 JSHandle<JSHClass> newClass = JSHClass::TransProtoWithoutLayout(thread_, hclass, protoValue); in OrdinaryNewJSObjectCreate()