JSBuiltin Výčet

Definice

Určuje integrované funkce JScript funkcí. Tyto funkce odpovídají statickým metodám vnitřních objektů JScript objektů. Členy tohoto výčtu se používají k vytváření JSFunctionAttribute objektů.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

public enum class JSBuiltin
public enum JSBuiltin
type JSBuiltin = 
Public Enum JSBuiltin
Dědičnost
JSBuiltin

Pole

Array_concat 1

Statická concat(Object, VsaEngine, Object[]) metoda ArrayPrototype třídy.

Array_join 2

Statická join(Object, Object) metoda ArrayPrototype třídy.

Array_pop 3

Statická pop(Object) metoda ArrayPrototype třídy.

Array_push 4

Statická push(Object, Object[]) metoda ArrayPrototype třídy.

Array_reverse 5

Statická reverse(Object) metoda ArrayPrototype třídy.

Array_shift 6

Statická shift(Object) metoda ArrayPrototype třídy.

Array_slice 7

Statická slice(Object, VsaEngine, Double, Object) metoda ArrayPrototype třídy.

Array_sort 8

Statická sort(Object, Object) metoda ArrayPrototype třídy.

Array_splice 9

Statická splice(Object, VsaEngine, Double, Double, Object[]) metoda ArrayPrototype třídy.

Array_toLocaleString 10

Statická toLocaleString(Object) metoda ArrayPrototype třídy.

Array_toString 11

Statická toString(Object) metoda ArrayPrototype třídy.

Array_unshift 12

Statická unshift(Object, Object[]) metoda ArrayPrototype třídy.

Boolean_toString 13

Statická toString(Object) metoda BooleanPrototype třídy.

Boolean_valueOf 14

Statická valueOf(Object) metoda BooleanPrototype třídy.

Date_getDate 15

Statická getDate(Object) metoda DatePrototype třídy.

Date_getDay 16

Statická getDay(Object) metoda DatePrototype třídy.

Date_getFullYear 17

Statická getFullYear(Object) metoda DatePrototype třídy.

Date_getHours 18

Statická getHours(Object) metoda DatePrototype třídy.

Date_getMilliseconds 19

Statická getMilliseconds(Object) metoda DatePrototype třídy.

Date_getMinutes 20

Statická getMinutes(Object) metoda DatePrototype třídy.

Date_getMonth 21

Statická getMonth(Object) metoda DatePrototype třídy.

Date_getSeconds 22

Statická getSeconds(Object) metoda DatePrototype třídy.

Date_getTime 23

Statická getTime(Object) metoda DatePrototype třídy.

Date_getTimezoneOffset 24

Statická getTimezoneOffset(Object) metoda DatePrototype třídy.

Date_getUTCDate 25

Statická getUTCDate(Object) metoda DatePrototype třídy.

Date_getUTCDay 26

Statická getUTCDay(Object) metoda DatePrototype třídy.

Date_getUTCFullYear 27

Statická getUTCFullYear(Object) metoda DatePrototype třídy.

Date_getUTCHours 28

Statická getUTCHours(Object) metoda DatePrototype třídy.

Date_getUTCMilliseconds 29

Statická getUTCMilliseconds(Object) metoda DatePrototype třídy.

Date_getUTCMinutes 30

Statická getUTCMinutes(Object) metoda DatePrototype třídy.

Date_getUTCMonth 31

Statická getUTCMonth(Object) metoda DatePrototype třídy.

Date_getUTCSeconds 32

Statická getUTCSeconds(Object) metoda DatePrototype třídy.

Date_getVarDate 33

Statická getVarDate(Object) metoda DatePrototype třídy.

Date_getYear 34

Statická getYear(Object) metoda DatePrototype třídy.

Date_parse 35

Statická parse(String) metoda DateConstructor třídy.

Date_setDate 36

Statická setDate(Object, Double) metoda DatePrototype třídy.

Date_setFullYear 37

Statická setFullYear(Object, Double, Object, Object) metoda DatePrototype třídy.

Date_setHours 38

Statická setHours(Object, Double, Object, Object, Object) metoda DatePrototype třídy.

Date_setMilliseconds 40

Statická setMilliseconds(Object, Double) metoda DatePrototype třídy.

Date_setMinutes 39

Statická setMinutes(Object, Double, Object, Object) metoda DatePrototype třídy.

Date_setMonth 41

Statická setMonth(Object, Double, Object) metoda DatePrototype třídy.

Date_setSeconds 42

Statická setSeconds(Object, Double, Object) metoda DatePrototype třídy.

Date_setTime 43

Statická setTime(Object, Double) metoda DatePrototype třídy.

Date_setUTCDate 44

Statická setUTCDate(Object, Double) metoda DatePrototype třídy.

Date_setUTCFullYear 45

Statická setUTCFullYear(Object, Double, Object, Object) metoda DatePrototype třídy.

Date_setUTCHours 46

Statická setUTCHours(Object, Double, Object, Object, Object) metoda DatePrototype třídy.

Date_setUTCMilliseconds 48

Statická setUTCMilliseconds(Object, Double) metoda DatePrototype třídy.

Date_setUTCMinutes 47

Statická setUTCMinutes(Object, Double, Object, Object) metoda DatePrototype třídy.

Date_setUTCMonth 49

Statická setUTCMonth(Object, Double, Object) metoda DatePrototype třídy.

Date_setUTCSeconds 50

Statická setUTCSeconds(Object, Double, Object) metoda DatePrototype třídy.

Date_setYear 51

Statická setYear(Object, Double) metoda DatePrototype třídy.

Date_toDateString 52

Statická toDateString(Object) metoda DatePrototype třídy.

Date_toGMTString 53

Statická toGMTString(Object) metoda DatePrototype třídy.

Date_toLocaleDateString 54

Statická toLocaleDateString(Object) metoda DatePrototype třídy.

Date_toLocaleString 55

Statická toLocaleString(Object) metoda DatePrototype třídy.

Date_toLocaleTimeString 56

Statická toLocaleTimeString(Object) metoda DatePrototype třídy.

Date_toString 57

Statická toString(Object) metoda DatePrototype třídy.

Date_toTimeString 58

Statická toTimeString(Object) metoda DatePrototype třídy.

Date_toUTCString 59

Statická toUTCString(Object) metoda DatePrototype třídy.

Date_UTC 60

Statická UTC(Object, Object, Object, Object, Object, Object, Object) metoda DateConstructor třídy.

Date_valueOf 61

Statická valueOf(Object) metoda DatePrototype třídy.

Enumerator_atEnd 62

Statická atEnd(Object) metoda EnumeratorPrototype třídy.

Enumerator_item 63

Statická item(Object) metoda EnumeratorPrototype třídy.

Enumerator_moveFirst 64

Statická moveFirst(Object) metoda EnumeratorPrototype třídy.

Enumerator_moveNext 65

Statická moveNext(Object) metoda EnumeratorPrototype třídy.

Error_toString 66

Statická toString(Object) metoda ErrorPrototype třídy.

Function_apply 67

Statická apply(Object, Object, Object) metoda FunctionPrototype třídy.

Function_call 68

Statická call(Object, Object, Object[]) metoda FunctionPrototype třídy.

Function_toString 69

Statická toString(Object) metoda FunctionPrototype třídy.

Global_CollectGarbage 70

Statická CollectGarbage() metoda GlobalObject třídy.

Global_decodeURI 71

Statická decodeURI(Object) metoda GlobalObject třídy.

Global_decodeURIComponent 72

Statická decodeURIComponent(Object) metoda GlobalObject třídy.

Global_encodeURI 73

Statická encodeURI(Object) metoda GlobalObject třídy.

Global_encodeURIComponent 74

Statická encodeURIComponent(Object) metoda GlobalObject třídy.

Global_escape 75

Statická escape(Object) metoda GlobalObject třídy.

Global_eval 76

Statická eval(Object) metoda GlobalObject třídy.

Global_GetObject 77

Statická GetObject(Object, Object) metoda GlobalObject třídy.

Global_isFinite 79

Statická isFinite(Double) metoda GlobalObject třídy.

Global_isNaN 78

Statická isNaN(Object) metoda GlobalObject třídy.

Global_parseFloat 80

Statická parseFloat(Object) metoda GlobalObject třídy.

Global_parseInt 81

Statická parseInt(Object, Object) metoda GlobalObject třídy.

Global_ScriptEngine 82

Statická ScriptEngine() metoda GlobalObject třídy.

Global_ScriptEngineBuildVersion 83

Statická ScriptEngineBuildVersion() metoda GlobalObject třídy.

Global_ScriptEngineMajorVersion 84

Statická ScriptEngineMajorVersion() metoda GlobalObject třídy.

Global_ScriptEngineMinorVersion 85

Statická ScriptEngineMinorVersion() metoda GlobalObject třídy.

Global_unescape 86

Statická unescape(Object) metoda GlobalObject třídy.

Math_abs 87

Statická abs(Double) metoda MathObject třídy.

Math_acos 88

Statická acos(Double) metoda MathObject třídy.

Math_asin 89

Statická asin(Double) metoda MathObject třídy.

Math_atan 90

Statická atan(Double) metoda MathObject třídy.

Math_atan2 91

Statická atan2(Double, Double) metoda MathObject třídy.

Math_ceil 92

Statická ceil(Double) metoda MathObject třídy.

Math_cos 93

Statická cos(Double) metoda MathObject třídy.

Math_exp 94

Statická exp(Double) metoda MathObject třídy.

Math_floor 95

Statická floor(Double) metoda MathObject třídy.

Math_log 96

Statická log(Double) metoda MathObject třídy.

Math_max 97

Statická max(Object, Object, Object[]) metoda MathObject třídy.

Math_min 98

Statická min(Object, Object, Object[]) Metoda MathObject třídy.

Math_pow 99

Statická pow(Double, Double) Metoda MathObject třídy.

Math_random 100

Statická random() Metoda MathObject třídy.

Math_round 101

Statická round(Double) Metoda MathObject třídy.

Math_sin 102

Statická sin(Double) Metoda MathObject třídy.

Math_sqrt 103

Statická sqrt(Double) Metoda MathObject třídy.

Math_tan 104

Statická tan(Double) Metoda MathObject třídy.

None 0

Žádná metoda. Toto je výchozí hodnota.

Number_toExponential 105

Statická toExponential(Object, Object) Metoda NumberPrototype třídy.

Number_toFixed 106

Statická toFixed(Object, Double) Metoda NumberPrototype třídy.

Number_toLocaleString 107

Statická toLocaleString(Object) Metoda NumberPrototype třídy.

Number_toPrecision 108

Statická toPrecision(Object, Object) Metoda NumberPrototype třídy.

Number_toString 109

Statická toString(Object, Object) Metoda NumberPrototype třídy.

Number_valueOf 110

Statická valueOf(Object) Metoda NumberPrototype třídy.

Object_hasOwnProperty 111

Statická hasOwnProperty(Object, Object) Metoda ObjectPrototype třídy.

Object_isPrototypeOf 112

Statická isPrototypeOf(Object, Object) Metoda ObjectPrototype třídy.

Object_propertyIsEnumerable 113

Statická propertyIsEnumerable(Object, Object) Metoda ObjectPrototype třídy.

Object_toLocaleString 114

Statická toLocaleString(Object) Metoda ObjectPrototype třídy.

Object_toString 115

Statická toString(Object) Metoda ObjectPrototype třídy.

Object_valueOf 116

Statická valueOf(Object) Metoda ObjectPrototype třídy.

RegExp_compile 117

Statická compile(Object, Object, Object) Metoda RegExpPrototype třídy.

RegExp_exec 118

Statická exec(Object, Object) Metoda RegExpPrototype třídy.

RegExp_test 119

Statická test(Object, Object) Metoda RegExpPrototype třídy.

RegExp_toString 120

Statická toString(Object) Metoda RegExpPrototype třídy.

String_anchor 121

Statická anchor(Object, Object) Metoda StringPrototype třídy.

String_big 122

Statická big(Object) Metoda StringPrototype třídy.

123

Statická blink(Object) Metoda StringPrototype třídy.

String_bold 124

Statická bold(Object) Metoda StringPrototype třídy.

String_charAt 125

Statická charAt(Object, Double) Metoda StringPrototype třídy.

String_charCodeAt 126

Statická charCodeAt(Object, Double) Metoda StringPrototype třídy.

String_concat 127

Statická concat(Object, Object[]) Metoda StringPrototype třídy.

String_fixed 128

Statická fixed(Object) Metoda StringPrototype třídy.

String_fontcolor 129

Statická fontcolor(Object, Object) Metoda StringPrototype třídy.

String_fontsize 130

Statická fontsize(Object, Object) Metoda StringPrototype třídy.

String_fromCharCode 131

Statická fromCharCode(Object[]) Metoda StringConstructor třídy.

String_indexOf 132

Statická indexOf(Object, Object, Double) Metoda StringPrototype třídy.

String_italics 133

Statická italics(Object) Metoda StringPrototype třídy.

String_lastIndexOf 134

Statická lastIndexOf(Object, Object, Double) Metoda StringPrototype třídy.

135

Statická link(Object, Object) Metoda StringPrototype třídy.

String_localeCompare 136

Statická localeCompare(Object, Object) Metoda StringPrototype třídy.

String_match 137

Statická match(Object, VsaEngine, Object) Metoda StringPrototype třídy.

String_replace 138

Statická replace(Object, Object, Object) Metoda StringPrototype třídy.

139

Statická search(Object, VsaEngine, Object) Metoda StringPrototype třídy.

String_slice 140

Statická slice(Object, Double, Object) Metoda StringPrototype třídy.

String_small 141

Statická small(Object) Metoda StringPrototype třídy.

String_split 142

Statická split(Object, VsaEngine, Object, Object) Metoda StringPrototype třídy.

String_strike 143

Statická strike(Object) Metoda StringPrototype třídy.

String_sub 144

Statická sub(Object) Metoda StringPrototype třídy.

String_substr 145

Statická substr(Object, Double, Object) Metoda StringPrototype třídy.

String_substring 146

Statická substring(Object, Double, Object) Metoda StringPrototype třídy.

String_sup 147

Statická sup(Object) Metoda StringPrototype třídy.

String_toLocaleLowerCase 148

Statická toLocaleLowerCase(Object) Metoda StringPrototype třídy.

String_toLocaleUpperCase 149

Statická toLocaleUpperCase(Object) Metoda StringPrototype třídy.

String_toLowerCase 150

Statická toLowerCase(Object) Metoda StringPrototype třídy.

String_toString 151

Statická toString(Object) Metoda StringPrototype třídy.

String_toUpperCase 152

Statická toUpperCase(Object) Metoda StringPrototype třídy.

String_valueOf 153

Statická valueOf(Object) Metoda StringPrototype třídy.

VBArray_dimensions 154

Statická dimensions(Object) Metoda VBArrayPrototype třídy.

VBArray_getItem 155

Statická getItem(Object, Object[]) Metoda VBArrayPrototype třídy.

VBArray_lbound 156

Statická lbound(Object, Object) Metoda VBArrayPrototype třídy.

VBArray_toArray 157

Statická toArray(Object, VsaEngine) Metoda VBArrayPrototype třídy.

VBArray_ubound 158

Statická ubound(Object, Object) Metoda VBArrayPrototype třídy.

Platí pro