Searched refs:TransProtoWithoutLayout (Results 1 – 5 of 5) sorted by relevance
41 GateRef TransProtoWithoutLayout(GateRef hClass, GateRef proto);
221 GateRef BuiltinsObjectStubBuilder::TransProtoWithoutLayout(GateRef hClass, GateRef proto) in TransProtoWithoutLayout() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder261 GateRef newClass = TransProtoWithoutLayout(hClass, proto); in OrdinaryNewJSObjectCreate()
413 …static JSHandle<JSHClass> TransProtoWithoutLayout(const JSThread *thread, const JSHandle<JSHClass>…
358 JSHandle<JSHClass> JSHClass::TransProtoWithoutLayout(const JSThread *thread, const JSHandle<JSHClas… in TransProtoWithoutLayout() function in panda::ecmascript::JSHClass
1516 JSHandle<JSHClass> newClass = JSHClass::TransProtoWithoutLayout(thread_, hclass, protoValue); in OrdinaryNewJSObjectCreate()