Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp95 Label callThis2(env); in CallSlowPath() local
118 Branch(Int64Equal(numArgs, IntPtr(2)), &callThis2, &callThis3); // 2: args2 in CallSlowPath()
119 Bind(&callThis2); in CallSlowPath()