• Home
  • Raw
  • Download

Lines Matching refs:CreateDataProperty

93             JSObject::CreateDataProperty(thread, newArrayHandle, key0, len);  in ArrayConstructor()
131 JSObject::CreateDataProperty(thread, newArrayHandle, key, itemK); in ArrayConstructor()
2731 JSObject::CreateDataProperty(thread, unscopableList, atKey, trueVal); in Unscopables()
2734 JSObject::CreateDataProperty(thread, unscopableList, copyWithKey, trueVal); in Unscopables()
2737 JSObject::CreateDataProperty(thread, unscopableList, entriesKey, trueVal); in Unscopables()
2740 JSObject::CreateDataProperty(thread, unscopableList, fillKey, trueVal); in Unscopables()
2743 JSObject::CreateDataProperty(thread, unscopableList, findKey, trueVal); in Unscopables()
2746 JSObject::CreateDataProperty(thread, unscopableList, findIndexKey, trueVal); in Unscopables()
2749 JSObject::CreateDataProperty(thread, unscopableList, findLastKey, trueVal); in Unscopables()
2752 JSObject::CreateDataProperty(thread, unscopableList, findLastIndexKey, trueVal); in Unscopables()
2755 JSObject::CreateDataProperty(thread, unscopableList, flatKey, trueVal); in Unscopables()
2758 JSObject::CreateDataProperty(thread, unscopableList, flatMapKey, trueVal); in Unscopables()
2761 JSObject::CreateDataProperty(thread, unscopableList, includesKey, trueVal); in Unscopables()
2764 JSObject::CreateDataProperty(thread, unscopableList, keysKey, trueVal); in Unscopables()
2767 JSObject::CreateDataProperty(thread, unscopableList, valuesKey, trueVal); in Unscopables()
2770 JSObject::CreateDataProperty(thread, unscopableList, toReversedKey, trueVal); in Unscopables()
2773 JSObject::CreateDataProperty(thread, unscopableList, toSortedKey, trueVal); in Unscopables()
2776 JSObject::CreateDataProperty(thread, unscopableList, toSplicedKey, trueVal); in Unscopables()