Home
last modified time | relevance | path

Searched defs:DefineMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1108 void PandaGen::DefineMethod(const ir::AstNode *node, const util::StringView &name) in DefineMethod() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1015 JSTaggedValue SlowRuntimeStub::DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObj… in DefineMethod() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2551 DEF_RUNTIME_STUBS(DefineMethod) in DEF_RUNTIME_STUBS() argument