Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdeclarationEmitOverloadedPrivateInference.ts27 function oneArg(input: string): string { function
45 Success: this.proxy(oneArg),
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp1022 Label oneArg(env); in DECLARE_BUILTINS() local
1026 Branch(Int64Equal(numArgs, IntPtr(1)), &oneArg, &notOneArg); in DECLARE_BUILTINS()
1027 Bind(&oneArg); in DECLARE_BUILTINS()