Lines Matching refs:CreateDataProperty
90 JSObject::CreateDataProperty(thread, newArrayHandle, key0, len); in ArrayConstructor()
124 JSObject::CreateDataProperty(thread, newArrayHandle, key, itemK); in ArrayConstructor()
2719 JSObject::CreateDataProperty(thread, unscopableList, copyWithKey, trueVal); in Unscopables()
2722 JSObject::CreateDataProperty(thread, unscopableList, entriesKey, trueVal); in Unscopables()
2725 JSObject::CreateDataProperty(thread, unscopableList, fillKey, trueVal); in Unscopables()
2728 JSObject::CreateDataProperty(thread, unscopableList, findKey, trueVal); in Unscopables()
2731 JSObject::CreateDataProperty(thread, unscopableList, findIndexKey, trueVal); in Unscopables()
2734 JSObject::CreateDataProperty(thread, unscopableList, flatKey, trueVal); in Unscopables()
2737 JSObject::CreateDataProperty(thread, unscopableList, flatMapKey, trueVal); in Unscopables()
2740 JSObject::CreateDataProperty(thread, unscopableList, includesKey, trueVal); in Unscopables()
2743 JSObject::CreateDataProperty(thread, unscopableList, keysKey, trueVal); in Unscopables()
2746 JSObject::CreateDataProperty(thread, unscopableList, valuesKey, trueVal); in Unscopables()