Home
last modified time | relevance | path

Searched refs:stOwnByName (Results 1 – 2 of 2) sorted by relevance

/ark/ts2abc/ts2panda/src/
Dpandagen.ts555 this.stOwnByName(node, obj, prop, nameSetting);
605 …private stOwnByName(node: ts.Node | NodeKind, obj: VReg, string_id: string, nameSetting: boolean) { method in PandaGen
/ark/js_runtime/ecmascript/compiler/
Dstub_descriptor.cpp2050 …StubDescriptor stOwnByName("StOwnByName", 0, 4, ArgumentsOrder::DEFAULT_ORDER, StubMachineType::UI… in CALL_STUB_INIT_DESCRIPTOR() local
2051 *descriptor = stOwnByName; in CALL_STUB_INIT_DESCRIPTOR()