Home
last modified time | relevance | path

Searched refs:DefineDataProperty (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/www/firefox-esr/firefox-91.8.0/js/src/debugger/
H A DScript.cpp649 if (!DefineDataProperty(cx_, entry, cx_->names().offset, value)) { in maybeAppendEntry()
654 if (!DefineDataProperty(cx_, entry, cx_->names().lineNumber, value)) { in maybeAppendEntry()
659 if (!DefineDataProperty(cx_, entry, cx_->names().columnNumber, value)) { in maybeAppendEntry()
664 if (!DefineDataProperty(cx_, entry, cx_->names().isStepStart, value)) { in maybeAppendEntry()
966 if (!DefineDataProperty(cx_, result_, cx_->names().lineNumber, value)) { in match()
1682 if (!DefineDataProperty(cx, result, id, value)) { in getAllOffsets()
1709 if (!DefineDataProperty(cx_, entry, cx_->names().lineNumber, value)) { in appendColumnOffsetEntry()
1719 if (!DefineDataProperty(cx_, entry, cx_->names().offset, value)) { in appendColumnOffsetEntry()
2289 if (!item || !DefineDataProperty(cx, item, offsetId, offsetValue) || in getOffsetsCoverage()
2290 !DefineDataProperty(cx, item, lineNumberId, lineNumberValue) || in getOffsetsCoverage()
[all …]
H A DDebuggerMemory.cpp222 if (!DefineDataProperty(cx, obj, cx->names().frame, frame)) { in drainAllocationsLog()
229 if (!DefineDataProperty(cx, obj, cx->names().timestamp, timestampValue)) { in drainAllocationsLog()
239 if (!DefineDataProperty(cx, obj, cx->names().class_, classNameValue)) { in drainAllocationsLog()
244 if (!DefineDataProperty(cx, obj, cx->names().size, size)) { in drainAllocationsLog()
249 if (!DefineDataProperty(cx, obj, cx->names().inNursery, inNursery)) { in drainAllocationsLog()
/dports/www/firefox/firefox-99.0/js/src/debugger/
H A DScript.cpp649 if (!DefineDataProperty(cx_, entry, cx_->names().offset, value)) { in maybeAppendEntry()
654 if (!DefineDataProperty(cx_, entry, cx_->names().lineNumber, value)) { in maybeAppendEntry()
659 if (!DefineDataProperty(cx_, entry, cx_->names().columnNumber, value)) { in maybeAppendEntry()
664 if (!DefineDataProperty(cx_, entry, cx_->names().isStepStart, value)) { in maybeAppendEntry()
966 if (!DefineDataProperty(cx_, result_, cx_->names().lineNumber, value)) { in match()
1692 if (!DefineDataProperty(cx, result, id, value)) { in getAllOffsets()
1719 if (!DefineDataProperty(cx_, entry, cx_->names().lineNumber, value)) { in appendColumnOffsetEntry()
1729 if (!DefineDataProperty(cx_, entry, cx_->names().offset, value)) { in appendColumnOffsetEntry()
2299 if (!item || !DefineDataProperty(cx, item, offsetId, offsetValue) || in getOffsetsCoverage()
2300 !DefineDataProperty(cx, item, lineNumberId, lineNumberValue) || in getOffsetsCoverage()
[all …]
H A DDebuggerMemory.cpp224 if (!DefineDataProperty(cx, obj, cx->names().frame, frame)) { in drainAllocationsLog()
231 if (!DefineDataProperty(cx, obj, cx->names().timestamp, timestampValue)) { in drainAllocationsLog()
241 if (!DefineDataProperty(cx, obj, cx->names().class_, classNameValue)) { in drainAllocationsLog()
246 if (!DefineDataProperty(cx, obj, cx->names().size, size)) { in drainAllocationsLog()
251 if (!DefineDataProperty(cx, obj, cx->names().inNursery, inNursery)) { in drainAllocationsLog()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/debugger/
H A DScript.cpp649 if (!DefineDataProperty(cx_, entry, cx_->names().offset, value)) { in maybeAppendEntry()
654 if (!DefineDataProperty(cx_, entry, cx_->names().lineNumber, value)) { in maybeAppendEntry()
659 if (!DefineDataProperty(cx_, entry, cx_->names().columnNumber, value)) { in maybeAppendEntry()
664 if (!DefineDataProperty(cx_, entry, cx_->names().isStepStart, value)) { in maybeAppendEntry()
966 if (!DefineDataProperty(cx_, result_, cx_->names().lineNumber, value)) { in match()
1682 if (!DefineDataProperty(cx, result, id, value)) { in getAllOffsets()
1709 if (!DefineDataProperty(cx_, entry, cx_->names().lineNumber, value)) { in appendColumnOffsetEntry()
1719 if (!DefineDataProperty(cx_, entry, cx_->names().offset, value)) { in appendColumnOffsetEntry()
2289 if (!item || !DefineDataProperty(cx, item, offsetId, offsetValue) || in getOffsetsCoverage()
2290 !DefineDataProperty(cx, item, lineNumberId, lineNumberValue) || in getOffsetsCoverage()
[all …]
H A DDebuggerMemory.cpp222 if (!DefineDataProperty(cx, obj, cx->names().frame, frame)) { in drainAllocationsLog()
229 if (!DefineDataProperty(cx, obj, cx->names().timestamp, timestampValue)) { in drainAllocationsLog()
239 if (!DefineDataProperty(cx, obj, cx->names().class_, classNameValue)) { in drainAllocationsLog()
244 if (!DefineDataProperty(cx, obj, cx->names().size, size)) { in drainAllocationsLog()
249 if (!DefineDataProperty(cx, obj, cx->names().inNursery, inNursery)) { in drainAllocationsLog()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/debugger/
H A DDebuggerMemory.cpp221 if (!DefineDataProperty(cx, obj, cx->names().frame, frame)) { in drainAllocationsLog()
228 if (!DefineDataProperty(cx, obj, cx->names().timestamp, timestampValue)) { in drainAllocationsLog()
238 if (!DefineDataProperty(cx, obj, cx->names().class_, classNameValue)) { in drainAllocationsLog()
246 if (!DefineDataProperty(cx, obj, cx->names().constructor, ctorName)) { in drainAllocationsLog()
251 if (!DefineDataProperty(cx, obj, cx->names().size, size)) { in drainAllocationsLog()
256 if (!DefineDataProperty(cx, obj, cx->names().inNursery, inNursery)) { in drainAllocationsLog()
H A DScript.cpp618 if (!DefineDataProperty(cx_, entry, cx_->names().offset, value)) { in maybeAppendEntry()
623 if (!DefineDataProperty(cx_, entry, cx_->names().lineNumber, value)) { in maybeAppendEntry()
628 if (!DefineDataProperty(cx_, entry, cx_->names().columnNumber, value)) { in maybeAppendEntry()
633 if (!DefineDataProperty(cx_, entry, cx_->names().isStepStart, value)) { in maybeAppendEntry()
935 if (!DefineDataProperty(cx_, result_, cx_->names().lineNumber, value)) { in match()
1739 if (!DefineDataProperty(cx, result, id, value)) { in getAllOffsets()
1766 if (!DefineDataProperty(cx_, entry, cx_->names().lineNumber, value)) { in appendColumnOffsetEntry()
1776 if (!DefineDataProperty(cx_, entry, cx_->names().offset, value)) { in appendColumnOffsetEntry()
2344 if (!item || !DefineDataProperty(cx, item, offsetId, offsetValue) || in getOffsetsCoverage()
2345 !DefineDataProperty(cx, item, lineNumberId, lineNumberValue) || in getOffsetsCoverage()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DDebuggerMemory.cpp196 if (!DefineDataProperty(cx, obj, cx->names().frame, frame)) return false; in drainAllocationsLog()
201 if (!DefineDataProperty(cx, obj, cx->names().timestamp, timestampValue)) in drainAllocationsLog()
208 if (!DefineDataProperty(cx, obj, cx->names().class_, classNameValue)) in drainAllocationsLog()
213 if (!DefineDataProperty(cx, obj, cx->names().constructor, ctorName)) in drainAllocationsLog()
217 if (!DefineDataProperty(cx, obj, cx->names().size, size)) return false; in drainAllocationsLog()
220 if (!DefineDataProperty(cx, obj, cx->names().inNursery, inNursery)) in drainAllocationsLog()
H A DUbiNodeCensus.cpp92 !DefineDataProperty(cx, obj, cx->names().count, countValue)) in report()
97 !DefineDataProperty(cx, obj, cx->names().bytes, bytesValue)) in report()
104 if (!DefineDataProperty(cx, obj, cx->names().label, labelValue)) in report()
258 !DefineDataProperty(cx, obj, cx->names().objects, objectsReport)) in report()
263 !DefineDataProperty(cx, obj, cx->names().scripts, scriptsReport)) in report()
268 !DefineDataProperty(cx, obj, cx->names().strings, stringsReport)) in report()
273 !DefineDataProperty(cx, obj, cx->names().other, otherReport)) in report()
346 if (!DefineDataProperty(cx, obj, entryId, thenReport)) return nullptr; in countMapToObject()
440 !DefineDataProperty(cx, obj, cx->names().other, otherReport)) in report()
542 if (!DefineDataProperty(cx, obj, entryId, typeReport)) return false; in report()
[all …]
H A DGlobalObject.cpp215 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) in resolveConstructor()
254 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) in resolveConstructor()
365 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) in initBuiltinConstructor()
507 if (!DefineDataProperty( in initStandardClasses()
551 if (!DefineDataProperty(cx, global, cx->names().undefined, in initSelfHostingBuiltins()
679 return DefineDataProperty(cx, ctor, cx->names().prototype, protoVal, in LinkConstructorAndPrototype()
681 DefineDataProperty(cx, proto, cx->names().constructor, ctorVal, in LinkConstructorAndPrototype()
697 return DefineDataProperty(cx, obj, toStringTagId, tagString, JSPROP_READONLY); in DefineToStringTag()
800 if (!DefineDataProperty(cx, intrinsicsHolder, cx->names().global, globalValue, in getIntrinsicsHolder()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/intl/
H A DIntlObject.cpp68 if (!DefineDataProperty(cx, info, cx->names().firstDayOfWeek, v)) in intl_GetCalendarInfo()
73 if (!DefineDataProperty(cx, info, cx->names().minDays, v)) return false; in intl_GetCalendarInfo()
121 if (!DefineDataProperty(cx, info, cx->names().weekendStart, weekendStart)) in intl_GetCalendarInfo()
124 if (!DefineDataProperty(cx, info, cx->names().weekendEnd, weekendEnd)) in intl_GetCalendarInfo()
438 if (!DefineDataProperty(cx, info, cx->names().locale, args[0])) return false; in intl_GetLocaleInfo()
444 if (!DefineDataProperty(cx, info, cx->names().direction, dir)) return false; in intl_GetLocaleInfo()
500 if (!DefineDataProperty(cx, global, cx->names().Intl, intlValue, in initIntlObject()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DGlobalObject.cpp325 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) { in resolveConstructor()
395 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) { in resolveConstructor()
427 if (!DefineDataProperty(cx, global, cx->names().globalThis, v, in maybeResolveGlobalThis()
556 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) { in initBuiltinConstructor()
736 if (!DefineDataProperty( in initStandardClasses()
796 if (!DefineDataProperty(cx, global, cx->names().undefined, in initSelfHostingBuiltins()
916 return DefineDataProperty(cx, ctor, cx->names().prototype, protoVal, in LinkConstructorAndPrototype()
918 DefineDataProperty(cx, proto, cx->names().constructor, ctorVal, in LinkConstructorAndPrototype()
938 return DefineDataProperty(cx, obj, toStringTagId, tagString, JSPROP_READONLY); in DefineToStringTag()
1001 if (!DefineDataProperty(cx, intrinsicsHolder, cx->names().global, globalValue, in getIntrinsicsHolder()
H A DUbiNodeCensus.cpp96 !DefineDataProperty(cx, obj, cx->names().count, countValue)) { in report()
102 !DefineDataProperty(cx, obj, cx->names().bytes, bytesValue)) { in report()
112 if (!DefineDataProperty(cx, obj, cx->names().label, labelValue)) { in report()
283 !DefineDataProperty(cx, obj, cx->names().objects, objectsReport)) in report()
288 !DefineDataProperty(cx, obj, cx->names().scripts, scriptsReport)) in report()
298 !DefineDataProperty(cx, obj, cx->names().other, otherReport)) in report()
302 !DefineDataProperty(cx, obj, cx->names().domNode, domReport)) in report()
386 if (!DefineDataProperty(cx, obj, entryId, thenReport)) { in countMapToObject()
436 if (!DefineDataProperty(cx, obj, entryId, thenReport)) { in countMap16ToObject()
540 !DefineDataProperty(cx, obj, cx->names().other, otherReport)) in report()
[all …]
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DGlobalObject.cpp329 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) { in resolveConstructor()
395 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) { in resolveConstructor()
427 if (!DefineDataProperty(cx, global, cx->names().globalThis, v, in maybeResolveGlobalThis()
477 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) { in initBuiltinConstructor()
647 if (!DefineDataProperty( in initStandardClasses()
741 return DefineDataProperty(cx, ctor, cx->names().prototype, protoVal, in LinkConstructorAndPrototype()
743 DefineDataProperty(cx, proto, cx->names().constructor, ctorVal, in LinkConstructorAndPrototype()
763 return DefineDataProperty(cx, obj, toStringTagId, tagString, JSPROP_READONLY); in DefineToStringTag()
851 if (!DefineDataProperty(cx, intrinsicsHolder, cx->names().undefined, in getIntrinsicsHolder()
H A DUbiNodeCensus.cpp97 !DefineDataProperty(cx, obj, cx->names().count, countValue)) { in report()
103 !DefineDataProperty(cx, obj, cx->names().bytes, bytesValue)) { in report()
113 if (!DefineDataProperty(cx, obj, cx->names().label, labelValue)) { in report()
284 !DefineDataProperty(cx, obj, cx->names().objects, objectsReport)) in report()
289 !DefineDataProperty(cx, obj, cx->names().scripts, scriptsReport)) in report()
299 !DefineDataProperty(cx, obj, cx->names().other, otherReport)) in report()
303 !DefineDataProperty(cx, obj, cx->names().domNode, domReport)) in report()
387 if (!DefineDataProperty(cx, obj, entryId, thenReport)) { in countMapToObject()
437 if (!DefineDataProperty(cx, obj, entryId, thenReport)) { in countMap16ToObject()
541 !DefineDataProperty(cx, obj, cx->names().other, otherReport)) in report()
[all …]
H A DObjectOperations.h106 extern bool DefineDataProperty(JSContext* cx, JS::Handle<JSObject*> obj,
116 extern bool DefineDataProperty(JSContext* cx, JS::Handle<JSObject*> obj,
120 extern bool DefineDataProperty(JSContext* cx, JS::Handle<JSObject*> obj,
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/intl/
H A DIntlObject.cpp92 if (!DefineDataProperty(cx, info, cx->names().firstDayOfWeek, v)) { in intl_GetCalendarInfo()
98 if (!DefineDataProperty(cx, info, cx->names().minDays, v)) { in intl_GetCalendarInfo()
148 if (!DefineDataProperty(cx, info, cx->names().weekendStart, weekendStart)) { in intl_GetCalendarInfo()
152 if (!DefineDataProperty(cx, info, cx->names().weekendEnd, weekendEnd)) { in intl_GetCalendarInfo()
499 if (!DefineDataProperty(cx, info, cx->names().locale, args[0])) { in intl_GetLocaleInfo()
507 if (!DefineDataProperty(cx, info, cx->names().direction, dir)) { in intl_GetLocaleInfo()
829 if (!DefineDataProperty(cx, intl, ctorId, ctorValue, 0)) { in IntlClassFinish()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DGlobalObject.cpp329 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) { in resolveConstructor()
399 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) { in resolveConstructor()
431 if (!DefineDataProperty(cx, global, cx->names().globalThis, v, in maybeResolveGlobalThis()
567 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) { in initBuiltinConstructor()
742 if (!DefineDataProperty( in initStandardClasses()
853 return DefineDataProperty(cx, ctor, cx->names().prototype, protoVal, in LinkConstructorAndPrototype()
855 DefineDataProperty(cx, proto, cx->names().constructor, ctorVal, in LinkConstructorAndPrototype()
875 return DefineDataProperty(cx, obj, toStringTagId, tagString, JSPROP_READONLY); in DefineToStringTag()
955 if (!DefineDataProperty(cx, intrinsicsHolder, cx->names().undefined, in getIntrinsicsHolder()
H A DUbiNodeCensus.cpp97 !DefineDataProperty(cx, obj, cx->names().count, countValue)) { in report()
103 !DefineDataProperty(cx, obj, cx->names().bytes, bytesValue)) { in report()
113 if (!DefineDataProperty(cx, obj, cx->names().label, labelValue)) { in report()
284 !DefineDataProperty(cx, obj, cx->names().objects, objectsReport)) in report()
289 !DefineDataProperty(cx, obj, cx->names().scripts, scriptsReport)) in report()
299 !DefineDataProperty(cx, obj, cx->names().other, otherReport)) in report()
303 !DefineDataProperty(cx, obj, cx->names().domNode, domReport)) in report()
387 if (!DefineDataProperty(cx, obj, entryId, thenReport)) { in countMapToObject()
437 if (!DefineDataProperty(cx, obj, entryId, thenReport)) { in countMap16ToObject()
541 !DefineDataProperty(cx, obj, cx->names().other, otherReport)) in report()
[all …]
H A DObjectOperations.h107 extern bool DefineDataProperty(JSContext* cx, JS::Handle<JSObject*> obj,
117 extern bool DefineDataProperty(JSContext* cx, JS::Handle<JSObject*> obj,
121 extern bool DefineDataProperty(JSContext* cx, JS::Handle<JSObject*> obj,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DGlobalObject.cpp329 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) { in resolveConstructor()
399 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) { in resolveConstructor()
431 if (!DefineDataProperty(cx, global, cx->names().globalThis, v, in maybeResolveGlobalThis()
567 if (!DefineDataProperty(cx, global, id, ctorValue, JSPROP_RESOLVING)) { in initBuiltinConstructor()
742 if (!DefineDataProperty( in initStandardClasses()
853 return DefineDataProperty(cx, ctor, cx->names().prototype, protoVal, in LinkConstructorAndPrototype()
855 DefineDataProperty(cx, proto, cx->names().constructor, ctorVal, in LinkConstructorAndPrototype()
875 return DefineDataProperty(cx, obj, toStringTagId, tagString, JSPROP_READONLY); in DefineToStringTag()
955 if (!DefineDataProperty(cx, intrinsicsHolder, cx->names().undefined, in getIntrinsicsHolder()
H A DUbiNodeCensus.cpp97 !DefineDataProperty(cx, obj, cx->names().count, countValue)) { in report()
103 !DefineDataProperty(cx, obj, cx->names().bytes, bytesValue)) { in report()
113 if (!DefineDataProperty(cx, obj, cx->names().label, labelValue)) { in report()
284 !DefineDataProperty(cx, obj, cx->names().objects, objectsReport)) in report()
289 !DefineDataProperty(cx, obj, cx->names().scripts, scriptsReport)) in report()
299 !DefineDataProperty(cx, obj, cx->names().other, otherReport)) in report()
303 !DefineDataProperty(cx, obj, cx->names().domNode, domReport)) in report()
387 if (!DefineDataProperty(cx, obj, entryId, thenReport)) { in countMapToObject()
437 if (!DefineDataProperty(cx, obj, entryId, thenReport)) { in countMap16ToObject()
541 !DefineDataProperty(cx, obj, cx->names().other, otherReport)) in report()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/intl/
H A DIntlObject.cpp94 if (!DefineDataProperty(cx, info, cx->names().firstDayOfWeek, v)) { in intl_GetCalendarInfo()
100 if (!DefineDataProperty(cx, info, cx->names().minDays, v)) { in intl_GetCalendarInfo()
150 if (!DefineDataProperty(cx, info, cx->names().weekendStart, weekendStart)) { in intl_GetCalendarInfo()
154 if (!DefineDataProperty(cx, info, cx->names().weekendEnd, weekendEnd)) { in intl_GetCalendarInfo()
501 if (!DefineDataProperty(cx, info, cx->names().locale, args[0])) { in intl_GetLocaleInfo()
509 if (!DefineDataProperty(cx, info, cx->names().direction, dir)) { in intl_GetLocaleInfo()
868 if (!DefineDataProperty(cx, intl, ctorId, ctorValue, 0)) { in IntlClassFinish()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/intl/
H A DIntlObject.cpp94 if (!DefineDataProperty(cx, info, cx->names().firstDayOfWeek, v)) { in intl_GetCalendarInfo()
100 if (!DefineDataProperty(cx, info, cx->names().minDays, v)) { in intl_GetCalendarInfo()
150 if (!DefineDataProperty(cx, info, cx->names().weekendStart, weekendStart)) { in intl_GetCalendarInfo()
154 if (!DefineDataProperty(cx, info, cx->names().weekendEnd, weekendEnd)) { in intl_GetCalendarInfo()
501 if (!DefineDataProperty(cx, info, cx->names().locale, args[0])) { in intl_GetLocaleInfo()
509 if (!DefineDataProperty(cx, info, cx->names().direction, dir)) { in intl_GetLocaleInfo()
868 if (!DefineDataProperty(cx, intl, ctorId, ctorValue, 0)) { in IntlClassFinish()

12345678