Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h451 V(ObjectSlowAssign) \
Druntime_stubs.cpp3754 DEF_RUNTIME_STUBS(ObjectSlowAssign) in DEF_RUNTIME_STUBS() argument
3756 RUNTIME_STUBS_HEADER(ObjectSlowAssign); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp552 CallRuntime(glue_, RTSTUB_ID(ObjectSlowAssign), { toAssign, source }); in SlowAssign()