Home
last modified time | relevance | path

Searched defs:JSObject (Results 1 – 25 of 945) sorted by relevance

12345678910>>...38

/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/google/pprof/third_party/d3/
H A Dd3.go16 var xhtml = "http://www.w3.org/1999/xhtml";
23 xmlns: "http://www.w3.org/2000/xmlns/"
32 function creatorInherit(name) {
37 ? document.createElement(name)
44 return this.ownerDocument.createElementNS(fullname.space, fullname.local);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DMathObject.cpp115 JSValue JSC_HOST_CALL mathProtoFuncAbs(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncAbs() argument
120 JSValue JSC_HOST_CALL mathProtoFuncACos(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncACos() argument
125 JSValue JSC_HOST_CALL mathProtoFuncASin(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncASin() argument
145 JSValue JSC_HOST_CALL mathProtoFuncCos(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncCos() argument
150 JSValue JSC_HOST_CALL mathProtoFuncExp(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncExp() argument
160 JSValue JSC_HOST_CALL mathProtoFuncLog(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncLog() argument
165 JSValue JSC_HOST_CALL mathProtoFuncMax(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncMax() argument
181 JSValue JSC_HOST_CALL mathProtoFuncMin(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncMin() argument
197 JSValue JSC_HOST_CALL mathProtoFuncPow(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncPow() argument
211 JSValue JSC_HOST_CALL mathProtoFuncRandom(ExecState* exec, JSObject*, JSValue, const ArgList&) in mathProtoFuncRandom() argument
[all …]
H A DObjectPrototype.cpp83 JSValue JSC_HOST_CALL objectProtoFuncValueOf(ExecState* exec, JSObject*, JSValue thisValue, const A… in objectProtoFuncValueOf() argument
88 JSValue JSC_HOST_CALL objectProtoFuncHasOwnProperty(ExecState* exec, JSObject*, JSValue thisValue, … in objectProtoFuncHasOwnProperty() argument
93 JSValue JSC_HOST_CALL objectProtoFuncIsPrototypeOf(ExecState* exec, JSObject*, JSValue thisValue, c… in objectProtoFuncIsPrototypeOf() argument
111 JSValue JSC_HOST_CALL objectProtoFuncDefineGetter(ExecState* exec, JSObject*, JSValue thisValue, co… in objectProtoFuncDefineGetter() argument
120 JSValue JSC_HOST_CALL objectProtoFuncDefineSetter(ExecState* exec, JSObject*, JSValue thisValue, co… in objectProtoFuncDefineSetter() argument
129 JSValue JSC_HOST_CALL objectProtoFuncLookupGetter(ExecState* exec, JSObject*, JSValue thisValue, co… in objectProtoFuncLookupGetter() argument
134 JSValue JSC_HOST_CALL objectProtoFuncLookupSetter(ExecState* exec, JSObject*, JSValue thisValue, co… in objectProtoFuncLookupSetter() argument
139 JSValue JSC_HOST_CALL objectProtoFuncPropertyIsEnumerable(ExecState* exec, JSObject*, JSValue thisV… in objectProtoFuncPropertyIsEnumerable() argument
144 JSValue JSC_HOST_CALL objectProtoFuncToLocaleString(ExecState* exec, JSObject*, JSValue thisValue, … in objectProtoFuncToLocaleString() argument
149 JSValue JSC_HOST_CALL objectProtoFuncToString(ExecState* exec, JSObject*, JSValue thisValue, const … in objectProtoFuncToString() argument
H A DDatePrototype.cpp416 JSValue JSC_HOST_CALL dateProtoFuncToString(ExecState* exec, JSObject*, JSValue thisValue, const Ar… in dateProtoFuncToString() argument
525 JSValue JSC_HOST_CALL dateProtoFuncGetTime(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in dateProtoFuncGetTime() argument
576 JSValue JSC_HOST_CALL dateProtoFuncGetMonth(ExecState* exec, JSObject*, JSValue thisValue, const Ar… in dateProtoFuncGetMonth() argument
602 JSValue JSC_HOST_CALL dateProtoFuncGetDate(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in dateProtoFuncGetDate() argument
615 JSValue JSC_HOST_CALL dateProtoFuncGetUTCDate(ExecState* exec, JSObject*, JSValue thisValue, const … in dateProtoFuncGetUTCDate() argument
628 JSValue JSC_HOST_CALL dateProtoFuncGetDay(ExecState* exec, JSObject*, JSValue thisValue, const ArgL… in dateProtoFuncGetDay() argument
641 JSValue JSC_HOST_CALL dateProtoFuncGetUTCDay(ExecState* exec, JSObject*, JSValue thisValue, const A… in dateProtoFuncGetUTCDay() argument
654 JSValue JSC_HOST_CALL dateProtoFuncGetHours(ExecState* exec, JSObject*, JSValue thisValue, const Ar… in dateProtoFuncGetHours() argument
680 JSValue JSC_HOST_CALL dateProtoFuncGetMinutes(ExecState* exec, JSObject*, JSValue thisValue, const … in dateProtoFuncGetMinutes() argument
988 JSValue JSC_HOST_CALL dateProtoFuncGetYear(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in dateProtoFuncGetYear() argument
[all …]
H A DStringPrototype.cpp383 JSValue JSC_HOST_CALL stringProtoFuncToString(ExecState* exec, JSObject*, JSValue thisValue, const … in stringProtoFuncToString() argument
789 JSValue JSC_HOST_CALL stringProtoFuncBig(ExecState* exec, JSObject*, JSValue thisValue, const ArgLi… in stringProtoFuncBig() argument
795 JSValue JSC_HOST_CALL stringProtoFuncSmall(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in stringProtoFuncSmall() argument
801 JSValue JSC_HOST_CALL stringProtoFuncBlink(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in stringProtoFuncBlink() argument
807 JSValue JSC_HOST_CALL stringProtoFuncBold(ExecState* exec, JSObject*, JSValue thisValue, const ArgL… in stringProtoFuncBold() argument
813 JSValue JSC_HOST_CALL stringProtoFuncFixed(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in stringProtoFuncFixed() argument
819 JSValue JSC_HOST_CALL stringProtoFuncItalics(ExecState* exec, JSObject*, JSValue thisValue, const A… in stringProtoFuncItalics() argument
825 JSValue JSC_HOST_CALL stringProtoFuncStrike(ExecState* exec, JSObject*, JSValue thisValue, const Ar… in stringProtoFuncStrike() argument
831 JSValue JSC_HOST_CALL stringProtoFuncSub(ExecState* exec, JSObject*, JSValue thisValue, const ArgLi… in stringProtoFuncSub() argument
837 JSValue JSC_HOST_CALL stringProtoFuncSup(ExecState* exec, JSObject*, JSValue thisValue, const ArgLi… in stringProtoFuncSup() argument
[all …]
H A DObjectConstructor.cpp72 static JSObject* constructWithObjectConstructor(ExecState* exec, JSObject*, const ArgList& args) in constructWithObjectConstructor() argument
83 static JSValue JSC_HOST_CALL callObjectConstructor(ExecState* exec, JSObject*, JSValue, const ArgLi… in callObjectConstructor() argument
94 JSValue JSC_HOST_CALL objectConstructorGetPrototypeOf(ExecState* exec, JSObject*, JSValue, const Ar… in objectConstructorGetPrototypeOf() argument
101 JSValue JSC_HOST_CALL objectConstructorGetOwnPropertyDescriptor(ExecState* exec, JSObject*, JSValue… in objectConstructorGetOwnPropertyDescriptor() argument
131 JSValue JSC_HOST_CALL objectConstructorGetOwnPropertyNames(ExecState* exec, JSObject*, JSValue, con… in objectConstructorGetOwnPropertyNames() argument
145 JSValue JSC_HOST_CALL objectConstructorKeys(ExecState* exec, JSObject*, JSValue, const ArgList& arg… in objectConstructorKeys() argument
244 JSValue JSC_HOST_CALL objectConstructorDefineProperty(ExecState* exec, JSObject*, JSValue, const Ar… in objectConstructorDefineProperty() argument
295 JSValue JSC_HOST_CALL objectConstructorDefineProperties(ExecState* exec, JSObject*, JSValue, const … in objectConstructorDefineProperties() argument
304 JSValue JSC_HOST_CALL objectConstructorCreate(ExecState* exec, JSObject*, JSValue, const ArgList& a… in objectConstructorCreate() argument
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DMathObject.cpp115 JSValue JSC_HOST_CALL mathProtoFuncAbs(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncAbs() argument
120 JSValue JSC_HOST_CALL mathProtoFuncACos(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncACos() argument
125 JSValue JSC_HOST_CALL mathProtoFuncASin(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncASin() argument
145 JSValue JSC_HOST_CALL mathProtoFuncCos(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncCos() argument
150 JSValue JSC_HOST_CALL mathProtoFuncExp(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncExp() argument
160 JSValue JSC_HOST_CALL mathProtoFuncLog(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncLog() argument
165 JSValue JSC_HOST_CALL mathProtoFuncMax(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncMax() argument
181 JSValue JSC_HOST_CALL mathProtoFuncMin(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncMin() argument
197 JSValue JSC_HOST_CALL mathProtoFuncPow(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncPow() argument
211 JSValue JSC_HOST_CALL mathProtoFuncRandom(ExecState* exec, JSObject*, JSValue, const ArgList&) in mathProtoFuncRandom() argument
[all …]
H A DObjectPrototype.cpp83 JSValue JSC_HOST_CALL objectProtoFuncValueOf(ExecState* exec, JSObject*, JSValue thisValue, const A… in objectProtoFuncValueOf() argument
88 JSValue JSC_HOST_CALL objectProtoFuncHasOwnProperty(ExecState* exec, JSObject*, JSValue thisValue, … in objectProtoFuncHasOwnProperty() argument
93 JSValue JSC_HOST_CALL objectProtoFuncIsPrototypeOf(ExecState* exec, JSObject*, JSValue thisValue, c… in objectProtoFuncIsPrototypeOf() argument
111 JSValue JSC_HOST_CALL objectProtoFuncDefineGetter(ExecState* exec, JSObject*, JSValue thisValue, co… in objectProtoFuncDefineGetter() argument
120 JSValue JSC_HOST_CALL objectProtoFuncDefineSetter(ExecState* exec, JSObject*, JSValue thisValue, co… in objectProtoFuncDefineSetter() argument
129 JSValue JSC_HOST_CALL objectProtoFuncLookupGetter(ExecState* exec, JSObject*, JSValue thisValue, co… in objectProtoFuncLookupGetter() argument
134 JSValue JSC_HOST_CALL objectProtoFuncLookupSetter(ExecState* exec, JSObject*, JSValue thisValue, co… in objectProtoFuncLookupSetter() argument
139 JSValue JSC_HOST_CALL objectProtoFuncPropertyIsEnumerable(ExecState* exec, JSObject*, JSValue thisV… in objectProtoFuncPropertyIsEnumerable() argument
144 JSValue JSC_HOST_CALL objectProtoFuncToLocaleString(ExecState* exec, JSObject*, JSValue thisValue, … in objectProtoFuncToLocaleString() argument
149 JSValue JSC_HOST_CALL objectProtoFuncToString(ExecState* exec, JSObject*, JSValue thisValue, const … in objectProtoFuncToString() argument
H A DDatePrototype.cpp416 JSValue JSC_HOST_CALL dateProtoFuncToString(ExecState* exec, JSObject*, JSValue thisValue, const Ar… in dateProtoFuncToString() argument
525 JSValue JSC_HOST_CALL dateProtoFuncGetTime(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in dateProtoFuncGetTime() argument
576 JSValue JSC_HOST_CALL dateProtoFuncGetMonth(ExecState* exec, JSObject*, JSValue thisValue, const Ar… in dateProtoFuncGetMonth() argument
602 JSValue JSC_HOST_CALL dateProtoFuncGetDate(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in dateProtoFuncGetDate() argument
615 JSValue JSC_HOST_CALL dateProtoFuncGetUTCDate(ExecState* exec, JSObject*, JSValue thisValue, const … in dateProtoFuncGetUTCDate() argument
628 JSValue JSC_HOST_CALL dateProtoFuncGetDay(ExecState* exec, JSObject*, JSValue thisValue, const ArgL… in dateProtoFuncGetDay() argument
641 JSValue JSC_HOST_CALL dateProtoFuncGetUTCDay(ExecState* exec, JSObject*, JSValue thisValue, const A… in dateProtoFuncGetUTCDay() argument
654 JSValue JSC_HOST_CALL dateProtoFuncGetHours(ExecState* exec, JSObject*, JSValue thisValue, const Ar… in dateProtoFuncGetHours() argument
680 JSValue JSC_HOST_CALL dateProtoFuncGetMinutes(ExecState* exec, JSObject*, JSValue thisValue, const … in dateProtoFuncGetMinutes() argument
988 JSValue JSC_HOST_CALL dateProtoFuncGetYear(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in dateProtoFuncGetYear() argument
[all …]
H A DStringPrototype.cpp383 JSValue JSC_HOST_CALL stringProtoFuncToString(ExecState* exec, JSObject*, JSValue thisValue, const … in stringProtoFuncToString() argument
789 JSValue JSC_HOST_CALL stringProtoFuncBig(ExecState* exec, JSObject*, JSValue thisValue, const ArgLi… in stringProtoFuncBig() argument
795 JSValue JSC_HOST_CALL stringProtoFuncSmall(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in stringProtoFuncSmall() argument
801 JSValue JSC_HOST_CALL stringProtoFuncBlink(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in stringProtoFuncBlink() argument
807 JSValue JSC_HOST_CALL stringProtoFuncBold(ExecState* exec, JSObject*, JSValue thisValue, const ArgL… in stringProtoFuncBold() argument
813 JSValue JSC_HOST_CALL stringProtoFuncFixed(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in stringProtoFuncFixed() argument
819 JSValue JSC_HOST_CALL stringProtoFuncItalics(ExecState* exec, JSObject*, JSValue thisValue, const A… in stringProtoFuncItalics() argument
825 JSValue JSC_HOST_CALL stringProtoFuncStrike(ExecState* exec, JSObject*, JSValue thisValue, const Ar… in stringProtoFuncStrike() argument
831 JSValue JSC_HOST_CALL stringProtoFuncSub(ExecState* exec, JSObject*, JSValue thisValue, const ArgLi… in stringProtoFuncSub() argument
837 JSValue JSC_HOST_CALL stringProtoFuncSup(ExecState* exec, JSObject*, JSValue thisValue, const ArgLi… in stringProtoFuncSup() argument
[all …]
H A DObjectConstructor.cpp72 static JSObject* constructWithObjectConstructor(ExecState* exec, JSObject*, const ArgList& args) in constructWithObjectConstructor() argument
83 static JSValue JSC_HOST_CALL callObjectConstructor(ExecState* exec, JSObject*, JSValue, const ArgLi… in callObjectConstructor() argument
94 JSValue JSC_HOST_CALL objectConstructorGetPrototypeOf(ExecState* exec, JSObject*, JSValue, const Ar… in objectConstructorGetPrototypeOf() argument
101 JSValue JSC_HOST_CALL objectConstructorGetOwnPropertyDescriptor(ExecState* exec, JSObject*, JSValue… in objectConstructorGetOwnPropertyDescriptor() argument
131 JSValue JSC_HOST_CALL objectConstructorGetOwnPropertyNames(ExecState* exec, JSObject*, JSValue, con… in objectConstructorGetOwnPropertyNames() argument
145 JSValue JSC_HOST_CALL objectConstructorKeys(ExecState* exec, JSObject*, JSValue, const ArgList& arg… in objectConstructorKeys() argument
244 JSValue JSC_HOST_CALL objectConstructorDefineProperty(ExecState* exec, JSObject*, JSValue, const Ar… in objectConstructorDefineProperty() argument
295 JSValue JSC_HOST_CALL objectConstructorDefineProperties(ExecState* exec, JSObject*, JSValue, const … in objectConstructorDefineProperties() argument
304 JSValue JSC_HOST_CALL objectConstructorCreate(ExecState* exec, JSObject*, JSValue, const ArgList& a… in objectConstructorCreate() argument
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DMathObject.cpp115 JSValue JSC_HOST_CALL mathProtoFuncAbs(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncAbs() argument
120 JSValue JSC_HOST_CALL mathProtoFuncACos(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncACos() argument
125 JSValue JSC_HOST_CALL mathProtoFuncASin(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncASin() argument
145 JSValue JSC_HOST_CALL mathProtoFuncCos(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncCos() argument
150 JSValue JSC_HOST_CALL mathProtoFuncExp(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncExp() argument
160 JSValue JSC_HOST_CALL mathProtoFuncLog(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncLog() argument
165 JSValue JSC_HOST_CALL mathProtoFuncMax(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncMax() argument
181 JSValue JSC_HOST_CALL mathProtoFuncMin(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncMin() argument
197 JSValue JSC_HOST_CALL mathProtoFuncPow(ExecState* exec, JSObject*, JSValue, const ArgList& args) in mathProtoFuncPow() argument
211 JSValue JSC_HOST_CALL mathProtoFuncRandom(ExecState* exec, JSObject*, JSValue, const ArgList&) in mathProtoFuncRandom() argument
[all …]
H A DObjectPrototype.cpp83 JSValue JSC_HOST_CALL objectProtoFuncValueOf(ExecState* exec, JSObject*, JSValue thisValue, const A… in objectProtoFuncValueOf() argument
88 JSValue JSC_HOST_CALL objectProtoFuncHasOwnProperty(ExecState* exec, JSObject*, JSValue thisValue, … in objectProtoFuncHasOwnProperty() argument
93 JSValue JSC_HOST_CALL objectProtoFuncIsPrototypeOf(ExecState* exec, JSObject*, JSValue thisValue, c… in objectProtoFuncIsPrototypeOf() argument
111 JSValue JSC_HOST_CALL objectProtoFuncDefineGetter(ExecState* exec, JSObject*, JSValue thisValue, co… in objectProtoFuncDefineGetter() argument
120 JSValue JSC_HOST_CALL objectProtoFuncDefineSetter(ExecState* exec, JSObject*, JSValue thisValue, co… in objectProtoFuncDefineSetter() argument
129 JSValue JSC_HOST_CALL objectProtoFuncLookupGetter(ExecState* exec, JSObject*, JSValue thisValue, co… in objectProtoFuncLookupGetter() argument
134 JSValue JSC_HOST_CALL objectProtoFuncLookupSetter(ExecState* exec, JSObject*, JSValue thisValue, co… in objectProtoFuncLookupSetter() argument
139 JSValue JSC_HOST_CALL objectProtoFuncPropertyIsEnumerable(ExecState* exec, JSObject*, JSValue thisV… in objectProtoFuncPropertyIsEnumerable() argument
144 JSValue JSC_HOST_CALL objectProtoFuncToLocaleString(ExecState* exec, JSObject*, JSValue thisValue, … in objectProtoFuncToLocaleString() argument
149 JSValue JSC_HOST_CALL objectProtoFuncToString(ExecState* exec, JSObject*, JSValue thisValue, const … in objectProtoFuncToString() argument
H A DDatePrototype.cpp416 JSValue JSC_HOST_CALL dateProtoFuncToString(ExecState* exec, JSObject*, JSValue thisValue, const Ar… in dateProtoFuncToString() argument
525 JSValue JSC_HOST_CALL dateProtoFuncGetTime(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in dateProtoFuncGetTime() argument
576 JSValue JSC_HOST_CALL dateProtoFuncGetMonth(ExecState* exec, JSObject*, JSValue thisValue, const Ar… in dateProtoFuncGetMonth() argument
602 JSValue JSC_HOST_CALL dateProtoFuncGetDate(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in dateProtoFuncGetDate() argument
615 JSValue JSC_HOST_CALL dateProtoFuncGetUTCDate(ExecState* exec, JSObject*, JSValue thisValue, const … in dateProtoFuncGetUTCDate() argument
628 JSValue JSC_HOST_CALL dateProtoFuncGetDay(ExecState* exec, JSObject*, JSValue thisValue, const ArgL… in dateProtoFuncGetDay() argument
641 JSValue JSC_HOST_CALL dateProtoFuncGetUTCDay(ExecState* exec, JSObject*, JSValue thisValue, const A… in dateProtoFuncGetUTCDay() argument
654 JSValue JSC_HOST_CALL dateProtoFuncGetHours(ExecState* exec, JSObject*, JSValue thisValue, const Ar… in dateProtoFuncGetHours() argument
680 JSValue JSC_HOST_CALL dateProtoFuncGetMinutes(ExecState* exec, JSObject*, JSValue thisValue, const … in dateProtoFuncGetMinutes() argument
988 JSValue JSC_HOST_CALL dateProtoFuncGetYear(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in dateProtoFuncGetYear() argument
[all …]
H A DStringPrototype.cpp383 JSValue JSC_HOST_CALL stringProtoFuncToString(ExecState* exec, JSObject*, JSValue thisValue, const … in stringProtoFuncToString() argument
789 JSValue JSC_HOST_CALL stringProtoFuncBig(ExecState* exec, JSObject*, JSValue thisValue, const ArgLi… in stringProtoFuncBig() argument
795 JSValue JSC_HOST_CALL stringProtoFuncSmall(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in stringProtoFuncSmall() argument
801 JSValue JSC_HOST_CALL stringProtoFuncBlink(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in stringProtoFuncBlink() argument
807 JSValue JSC_HOST_CALL stringProtoFuncBold(ExecState* exec, JSObject*, JSValue thisValue, const ArgL… in stringProtoFuncBold() argument
813 JSValue JSC_HOST_CALL stringProtoFuncFixed(ExecState* exec, JSObject*, JSValue thisValue, const Arg… in stringProtoFuncFixed() argument
819 JSValue JSC_HOST_CALL stringProtoFuncItalics(ExecState* exec, JSObject*, JSValue thisValue, const A… in stringProtoFuncItalics() argument
825 JSValue JSC_HOST_CALL stringProtoFuncStrike(ExecState* exec, JSObject*, JSValue thisValue, const Ar… in stringProtoFuncStrike() argument
831 JSValue JSC_HOST_CALL stringProtoFuncSub(ExecState* exec, JSObject*, JSValue thisValue, const ArgLi… in stringProtoFuncSub() argument
837 JSValue JSC_HOST_CALL stringProtoFuncSup(ExecState* exec, JSObject*, JSValue thisValue, const ArgLi… in stringProtoFuncSup() argument
[all …]
H A DObjectConstructor.cpp72 static JSObject* constructWithObjectConstructor(ExecState* exec, JSObject*, const ArgList& args) in constructWithObjectConstructor() argument
83 static JSValue JSC_HOST_CALL callObjectConstructor(ExecState* exec, JSObject*, JSValue, const ArgLi… in callObjectConstructor() argument
94 JSValue JSC_HOST_CALL objectConstructorGetPrototypeOf(ExecState* exec, JSObject*, JSValue, const Ar… in objectConstructorGetPrototypeOf() argument
101 JSValue JSC_HOST_CALL objectConstructorGetOwnPropertyDescriptor(ExecState* exec, JSObject*, JSValue… in objectConstructorGetOwnPropertyDescriptor() argument
131 JSValue JSC_HOST_CALL objectConstructorGetOwnPropertyNames(ExecState* exec, JSObject*, JSValue, con… in objectConstructorGetOwnPropertyNames() argument
145 JSValue JSC_HOST_CALL objectConstructorKeys(ExecState* exec, JSObject*, JSValue, const ArgList& arg… in objectConstructorKeys() argument
244 JSValue JSC_HOST_CALL objectConstructorDefineProperty(ExecState* exec, JSObject*, JSValue, const Ar… in objectConstructorDefineProperty() argument
295 JSValue JSC_HOST_CALL objectConstructorDefineProperties(ExecState* exec, JSObject*, JSValue, const … in objectConstructorDefineProperties() argument
304 JSValue JSC_HOST_CALL objectConstructorCreate(ExecState* exec, JSObject*, JSValue, const ArgList& a… in objectConstructorCreate() argument
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dvrpose.rs31 dst: &Heap<*mut JSObject>) { in update_or_create_typed_array()
55 fn heap_to_option(heap: &Heap<*mut JSObject>) -> Option<NonNull<JSObject>> { in heap_to_option()
104 unsafe fn GetPosition(&self, _cx: *mut JSContext) -> Option<NonNull<JSObject>> { in GetPosition()
110 unsafe fn GetLinearVelocity(&self, _cx: *mut JSContext) -> Option<NonNull<JSObject>> { in GetLinearVelocity()
116 unsafe fn GetLinearAcceleration(&self, _cx: *mut JSContext) -> Option<NonNull<JSObject>> { in GetLinearAcceleration()
122 unsafe fn GetOrientation(&self, _cx: *mut JSContext) -> Option<NonNull<JSObject>> { in GetOrientation()
128 unsafe fn GetAngularVelocity(&self, _cx: *mut JSContext) -> Option<NonNull<JSObject>> { in GetAngularVelocity()
134 unsafe fn GetAngularAcceleration(&self, _cx: *mut JSContext) -> Option<NonNull<JSObject>> { in GetAngularAcceleration()
/dports/www/kf5-kjsembed/kjsembed-5.89.0/src/kjsembed/
H A Diosupport.cpp34 KJS::JSValue *callPrint(KJS::ExecState *exec, KJS::JSObject * /*self*/, const KJS::List &args) in callPrint()
40 KJS::JSValue *callPrintLn(KJS::ExecState *exec, KJS::JSObject * /*self*/, const KJS::List &args) in callPrintLn()
46 KJS::JSValue *callDebug(KJS::ExecState *exec, KJS::JSObject * /*self*/, const KJS::List &args) in callDebug()
53 KJS::JSValue *callReadLine(KJS::ExecState *exec, KJS::JSObject * /*self*/, const KJS::List &args) in callReadLine()
61 KJS::JSValue *callSystem(KJS::ExecState *exec, KJS::JSObject * /*self*/, const KJS::List &args) in callSystem()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Djs-objects-inl.h35 TQ_OBJECT_CONSTRUCTORS_IMPL(JSObject) in TQ_OBJECT_CONSTRUCTORS_IMPL() argument
539 DEF_GETTER(JSObject, HasObjectElements, bool) { in DEF_GETTER() argument
543 DEF_GETTER(JSObject, HasSmiElements, bool) { in DEF_GETTER() argument
551 DEF_GETTER(JSObject, HasDoubleElements, bool) { in DEF_GETTER() argument
555 DEF_GETTER(JSObject, HasHoleyElements, bool) { in DEF_GETTER() argument
559 DEF_GETTER(JSObject, HasFastElements, bool) { in DEF_GETTER() argument
563 DEF_GETTER(JSObject, HasFastPackedElements, bool) { in DEF_GETTER() argument
567 DEF_GETTER(JSObject, HasDictionaryElements, bool) { in DEF_GETTER() argument
571 DEF_GETTER(JSObject, HasPackedElements, bool) { in DEF_GETTER() argument
579 DEF_GETTER(JSObject, HasSealedElements, bool) { in DEF_GETTER() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/rust/src/
H A Dglue.rs228 proto: *mut JSObject, in NewProxyObject()
229 parent: *mut JSObject, in NewProxyObject()
230 call: *mut JSObject, in NewProxyObject()
232 -> *mut JSObject; in NewProxyObject()
238 -> *mut JSObject; in WrapperNew()
242 -> *mut JSObject; in NewWindowProxy()
264 pub fn UnwrapObject(obj: *mut JSObject, stopAtOuter: u8) -> *mut JSObject; in UnwrapObject()
265 pub fn UncheckedUnwrapObject(obj: *mut JSObject, stopAtOuter: u8) -> *mut JSObject; in UncheckedUnwrapObject()
295 pub fn GetInt8ArrayLengthAndData(obj: *mut JSObject, in GetInt8ArrayLengthAndData()
299 pub fn GetUint8ArrayLengthAndData(obj: *mut JSObject, in GetUint8ArrayLengthAndData()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/rust/src/
H A Dglue.rs297 ) -> *mut JSObject; in NewProxyObject()
303 ) -> *mut JSObject; in WrapperNew()
309 ) -> *mut JSObject; in WrapperNewSingleton()
314 ) -> *mut JSObject; in NewWindowProxy()
352 obj: *mut JSObject, in AppendToRootedObjectVector()
396 obj: *mut JSObject, in GetInt8ArrayLengthAndData()
402 obj: *mut JSObject, in GetUint8ArrayLengthAndData()
408 obj: *mut JSObject, in GetUint8ClampedArrayLengthAndData()
414 obj: *mut JSObject, in GetInt16ArrayLengthAndData()
420 obj: *mut JSObject, in GetUint16ArrayLengthAndData()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Djs-objects-inl.h42 OBJECT_CONSTRUCTORS_IMPL(JSMessageObject, JSObject) in OBJECT_CONSTRUCTORS_IMPL() argument
528 DEF_GETTER(JSObject, HasObjectElements, bool) { in DEF_GETTER() argument
532 DEF_GETTER(JSObject, HasSmiElements, bool) { in DEF_GETTER() argument
540 DEF_GETTER(JSObject, HasDoubleElements, bool) { in DEF_GETTER() argument
544 DEF_GETTER(JSObject, HasHoleyElements, bool) { in DEF_GETTER() argument
548 DEF_GETTER(JSObject, HasFastElements, bool) { in DEF_GETTER() argument
552 DEF_GETTER(JSObject, HasFastPackedElements, bool) { in DEF_GETTER() argument
556 DEF_GETTER(JSObject, HasDictionaryElements, bool) { in DEF_GETTER() argument
560 DEF_GETTER(JSObject, HasPackedElements, bool) { in DEF_GETTER() argument
568 DEF_GETTER(JSObject, HasSealedElements, bool) { in DEF_GETTER() argument
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddeleted7.C30 struct JSObject struct
36 template class WeakMapPtr<JSObject*, JSObject*>; argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Ddeleted7.C30 struct JSObject struct
36 template class WeakMapPtr<JSObject*, JSObject*>; argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Ddeleted7.C30 struct JSObject struct
36 template class WeakMapPtr<JSObject*, JSObject*>; argument

12345678910>>...38