Searched defs:toAssign (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 99 GateRef toAssign, GateRef source) in AssignEnumElementProperty() 202 GateRef toAssign, GateRef source) in LayoutInfoAssignAllEnumProperty() 295 GateRef toAssign, GateRef source, GateRef properties) in NameDictionaryAssignAllEnumProperty() 373 GateRef toAssign, GateRef source) in AssignAllEnumProperty() 398 void BuiltinsObjectStubBuilder::SlowAssign(Variable *result, Label *funcExit, GateRef toAssign, Gat… in SlowAssign() 417 void BuiltinsObjectStubBuilder::FastAssign(Variable *res, Label *funcExit, GateRef toAssign, GateRe… in FastAssign() 425 GateRef toAssign, GateRef source) in Assign()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_object.cpp | 57 const JSHandle<JSObject> &toAssign) in AssignTaggedValue() 98 JSHandle<JSObject> toAssign = JSTaggedValue::ToObject(thread, target); in Assign() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 3758 …JSHandle<JSObject> toAssign = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS() local
|