Searched refs:ObjectSetPrototype (Results 1 – 2 of 2) sorted by relevance
56 GateRef ObjectSetPrototype(GateRef glue, GateRef obj, GateRef proto);
1362 BRANCH(ObjectSetPrototype(glue_, obj, *proto), &statusIsTrue, &statusIsFalse); in SetPrototypeOf()1377 GateRef BuiltinsObjectStubBuilder::ObjectSetPrototype(GateRef glue, GateRef obj, GateRef proto) in ObjectSetPrototype() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder