Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function_kind.h23 NORMAL_FUNCTION = 0, enumerator
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dfunction.h38 NORMAL_FUNCTION, // '*' enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.cpp122 JIT_DEFINEFUNC_STUB_GENERATOR(NormalFunc, FunctionKind::NORMAL_FUNCTION) in JIT_DEFINEFUNC_STUB_GENERATOR()