Searched defs:toAssign (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_object.cpp | 98 JSHandle<JSObject> toAssign = JSTaggedValue::ToObject(thread, target); in Assign() local 56 AssignTaggedValue(JSThread *thread, const JSHandle<JSTaggedValue> &source, const JSHandle<JSObject> &toAssign) AssignTaggedValue() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_object_stub_builder.cpp | 246 AssignEnumElementProperty(Variable *result, Label *funcExit, GateRef toAssign, GateRef source) AssignEnumElementProperty() argument 349 LayoutInfoAssignAllEnumProperty(Variable *result, Label *funcExit, GateRef toAssign, GateRef source) LayoutInfoAssignAllEnumProperty() argument 442 NameDictionaryAssignAllEnumProperty(Variable *result, Label *funcExit, GateRef toAssign, GateRef source, GateRef properties) NameDictionaryAssignAllEnumProperty() argument 520 AssignAllEnumProperty(Variable *res, Label *funcExit, GateRef toAssign, GateRef source) AssignAllEnumProperty() argument 546 SlowAssign(Variable *result, Label *funcExit, GateRef toAssign, GateRef source) SlowAssign() argument 565 FastAssign(Variable *res, Label *funcExit, GateRef toAssign, GateRef source) FastAssign() argument 572 Assign(Variable *res, Label *nextIt, Label *funcExit, GateRef toAssign, GateRef source) Assign() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 3778 JSHandle<JSObject> toAssign = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
Completed in 13 milliseconds