Lines Matching defs:object
407 // The object which created by AOT speculative hclass, should be initialized as hole, means does not exist,
449 // The object which created by AOT speculative hclass, should be initialized as hole, means does not exist,
1173 DEFVARIABLE(object, VariableType::JS_ANY(), Undefined());
1185 object = CallRuntime(glue, RTSTUB_ID(PrimitiveStringCreate), { obj });
1190 object = ToPrototypeOrObj(glue, obj);
1194 BRANCH(TaggedIsUndefinedOrNull(*object), &empty, &tryGetEnumCache);
1196 GateRef enumCache = TryGetEnumCache(glue, *object);
1200 GateRef hclass = LoadHClass(*object);
1201 result = NewJSForinIterator(glue, *object, enumCache, hclass);
1213 result = CallRuntime(glue, RTSTUB_ID(GetPropIteratorSlowpath), { *object });
1556 void NewObjectStubBuilder::InitializeWithSpeicalValue(Label *exit, GateRef object, GateRef value, GateRef start,
1579 Store(VariableType::INT64(), glue_, object, ZExtInt32ToPtr(start), value, mAttr);
1594 Store(VariableType::INT64(), glue_, object, ZExtInt32ToPtr(off), value, mAttr);