Home
last modified time | relevance | path

Searched refs:getMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/base/
Diterator.ts70 getMethod(id: string): void { method in Iterator
129 this.getMethod("return");
/arkcompiler/ets_frontend/ts2panda/src/function/
DasyncGeneratorFunctionBuilder.ts169 iter.getMethod("throw");
191 iter.getMethod("return");
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2161 Label getMethod(env); in GetMethodFromJSFunction()
2166 Jump(&getMethod); in GetMethodFromJSFunction()
2171 Jump(&getMethod); in GetMethodFromJSFunction()
2173 Bind(&getMethod); in GetMethodFromJSFunction()