Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CanadaHonk/porffor
/ functions
Functions
1,144 in github.com/CanadaHonk/porffor
⨍
Functions
1,144
◇
Types & classes
7
Function
__Porffor_object_expr_init
(obj: any, key: any, value: any)
compiler/builtins/_internal_object.ts:1156
Function
__Porffor_object_expr_set
(obj: any, key: any, set: any)
compiler/builtins/_internal_object.ts:1220
Function
__Porffor_object_getPrototypeWithHidden
(obj: any, trueType: i32)
compiler/builtins/_internal_object.ts:326
Function
__Porffor_object_get_withHash
(_obj: any, key: any, hash: i32)
compiler/builtins/_internal_object.ts:525
Function
__Porffor_object_in
(obj: any, prop: any)
compiler/builtins/object.ts:165
Function
__Porffor_object_instanceof
(obj: any, constr: any, checkProto: any)
compiler/builtins/object.ts:184
Function
__Porffor_object_isEnumerable
(entryPtr: i32)
compiler/builtins/_internal_object.ts:1150
Function
__Porffor_object_isObjectOrSymbol
(arg: any)
compiler/builtins/_internal_object.ts:265
Function
__Porffor_object_overrideAllFlags
(obj: any, overrideOr: i32, overrideAnd: i32)
compiler/builtins/_internal_object.ts:334
Function
__Porffor_object_preventExtensions
(obj: any)
compiler/builtins/_internal_object.ts:276
Function
__Porffor_object_readValue
(entryPtr: i32)
compiler/builtins/_internal_object.ts:435
Function
__Porffor_object_rest
(dst: object, src: any, ...blocklist: any[])
compiler/builtins/object.ts:798
Function
__Porffor_object_set
(_obj: any, key: any, value: any)
compiler/builtins/_internal_object.ts:595
Function
__Porffor_object_setStrict
(_obj: any, key: any, value: any)
compiler/builtins/_internal_object.ts:786
Function
__Porffor_object_setStrict_withHash
(_obj: any, key: any, value: any, hash: i32)
compiler/builtins/_internal_object.ts:886
Function
__Porffor_object_set_withHash
(_obj: any, key: any, value: any, hash: i32)
compiler/builtins/_internal_object.ts:694
Function
__Porffor_object_spread
(dst: object, src: any)
compiler/builtins/object.ts:783
Function
__Porffor_promise_await
(value: any)
compiler/builtins/promise.ts:473
Function
__Porffor_promise_noop
(x: any)
compiler/builtins/promise.ts:95
Function
__Porffor_promise_rejectActive
(reason: any)
compiler/builtins/promise.ts:226
Function
__Porffor_promise_resolveActive
(value: any)
compiler/builtins/promise.ts:225
Function
__Porffor_promise_runJobs
()
compiler/builtins/promise.ts:192
Function
__Porffor_strcat
(a: any, b: any)
compiler/builtins/string.ts:281
Function
__Porffor_strcmp
(a: any, b: any)
compiler/builtins/string.ts:4
Function
__Promise_all
(promises: any)
compiler/builtins/promise.ts:336
Function
__Promise_allSettled
(promises: any)
compiler/builtins/promise.ts:372
Function
__Promise_any
(promises: any)
compiler/builtins/promise.ts:416
Function
__Promise_prototype_catch
(_this: any, onRejected: any)
compiler/builtins/promise.ts:297
Function
__Promise_prototype_finally
(_this: any, onFinally: any)
compiler/builtins/promise.ts:303
Function
__Promise_prototype_toLocaleString
(_this: any)
compiler/builtins/promise.ts:470
Function
__Promise_race
(promises: any)
compiler/builtins/promise.ts:446
Function
__Promise_reject
(reason: any)
compiler/builtins/promise.ts:266
Function
__Promise_resolve
(value: any)
compiler/builtins/promise.ts:258
Function
__Promise_try
(cb: any, ...args: any[])
compiler/builtins/promise.ts:467
Function
__Promise_withResolvers
()
compiler/builtins/promise.ts:245
Function
__Reflect_apply
(target: any, thisArgument: any, argumentsList: any)
compiler/builtins/reflect.ts:141
Function
__Reflect_construct
(target: any, argumentsList: any, newTarget: any = target)
compiler/builtins/reflect.ts:145
Function
__Reflect_defineProperty
(target: any, prop: any, descriptor: any)
compiler/builtins/reflect.ts:28
Function
__Reflect_deleteProperty
(target: any, prop: any)
compiler/builtins/reflect.ts:40
Function
__Reflect_get
(target: any, prop: any)
compiler/builtins/reflect.ts:4
Function
__Reflect_getOwnPropertyDescriptor
(target: any, prop: any)
compiler/builtins/reflect.ts:46
Function
__Reflect_getPrototypeOf
(target: any)
compiler/builtins/reflect.ts:69
Function
__Reflect_has
(target: any, prop: any)
compiler/builtins/reflect.ts:22
Function
__Reflect_isExtensible
(target: any)
compiler/builtins/reflect.ts:52
Function
__Reflect_ownKeys
(target: any)
compiler/builtins/reflect.ts:86
Function
__Reflect_preventExtensions
(target: any)
compiler/builtins/reflect.ts:58
Function
__Reflect_set
(target: any, prop: any, value: any)
compiler/builtins/reflect.ts:11
Function
__Reflect_setPrototypeOf
(target: any, proto: any)
compiler/builtins/reflect.ts:75
Function
__RegExp_escape
(str: any)
compiler/builtins/regexp.ts:1505
Function
__RegExp_prototype_dotAll$get
(_this: RegExp)
compiler/builtins/regexp.ts:1372
Function
__RegExp_prototype_exec
(_this: RegExp, input: any)
compiler/builtins/regexp.ts:1422
Function
__RegExp_prototype_hasIndices$get
(_this: RegExp)
compiler/builtins/regexp.ts:1384
Function
__RegExp_prototype_ignoreCase$get
(_this: RegExp)
compiler/builtins/regexp.ts:1364
Function
__RegExp_prototype_lastIndex$get
(_this: RegExp)
compiler/builtins/regexp.ts:1315
Function
__RegExp_prototype_multiline$get
(_this: RegExp)
compiler/builtins/regexp.ts:1368
Function
__RegExp_prototype_sticky$get
(_this: RegExp)
compiler/builtins/regexp.ts:1380
Function
__RegExp_prototype_test
(_this: RegExp, input: any)
compiler/builtins/regexp.ts:1427
Function
__RegExp_prototype_toString
(_this: RegExp)
compiler/builtins/regexp.ts:1392
Function
__RegExp_prototype_unicode$get
(_this: RegExp)
compiler/builtins/regexp.ts:1376
Function
__RegExp_prototype_unicodeSets$get
(_this: RegExp)
compiler/builtins/regexp.ts:1388
Function
__Set_prototype_clear
(_this: Set)
compiler/builtins/set.ts:66
Function
__Set_prototype_difference
(_this: Set, other: any)
compiler/builtins/set.ts:114
Function
__Set_prototype_forEach
(_this: Set, callbackFn: any, thisArg: any = undefined)
compiler/builtins/set.ts:72
Function
__Set_prototype_intersection
(_this: Set, other: any)
compiler/builtins/set.ts:103
Function
__Set_prototype_isDisjointFrom
(_this: Set, other: any)
compiler/builtins/set.ts:157
Function
__Set_prototype_isSubsetOf
(_this: Set, other: any)
compiler/builtins/set.ts:137
Function
__Set_prototype_isSupersetOf
(_this: Set, other: any)
compiler/builtins/set.ts:147
Function
__Set_prototype_keys
(_this: Set)
compiler/builtins/set.ts:19
Function
__Set_prototype_size$get
(_this: Set)
compiler/builtins/set.ts:3
Function
__Set_prototype_symmetricDifference
(_this: Set, other: any)
compiler/builtins/set.ts:125
Function
__Set_prototype_toLocaleString
(_this: Set)
compiler/builtins/set.ts:168
Function
__Set_prototype_union
(_this: Set, other: any)
compiler/builtins/set.ts:92
Function
__SharedArrayBuffer_prototype_byteLength$get
(_this: SharedArrayBuffer)
compiler/builtins/arraybuffer.ts:194
Function
__SharedArrayBuffer_prototype_grow
(_this: SharedArrayBuffer, newLength: any)
compiler/builtins/arraybuffer.ts:256
Function
__SharedArrayBuffer_prototype_growable$get
(_this: SharedArrayBuffer)
compiler/builtins/arraybuffer.ts:202
Function
__SharedArrayBuffer_prototype_maxByteLength$get
(_this: SharedArrayBuffer)
compiler/builtins/arraybuffer.ts:198
Function
__SharedArrayBuffer_prototype_slice
(_this: SharedArrayBuffer, start: any, end: any)
compiler/builtins/arraybuffer.ts:207
Function
__String_fromCharCode
(...codes: any[])
compiler/builtins/string_f64.ts:79
Function
__String_fromCodePoint
(...codePoints: any[])
compiler/builtins/string_f64.ts:108
Function
__String_prototype_at
(_this: string, index: number)
compiler/builtins/string.ts:356
Function
__String_prototype_charAt
(_this: string, index: number)
compiler/builtins/string.ts:388
Function
__String_prototype_charCodeAt
(_this: string, index: number)
compiler/builtins/string_f64.ts:161
Function
__String_prototype_codePointAt
(_this: string, index: number)
compiler/builtins/string.ts:513
Function
__String_prototype_concat
(_this: string, ...vals: any[])
compiler/builtins/string.ts:1457
Function
__String_prototype_endsWith
(_this: string, searchString: string, endPosition: any = undefined)
compiler/builtins/string.ts:602
Function
__String_prototype_includes
(_this: string, searchString: string, position: number = 0)
compiler/builtins/string.ts:857
Function
__String_prototype_isWellFormed
(_this: string)
compiler/builtins/string.ts:2078
Function
__String_prototype_localeCompare
(_this: string, compareString: any)
compiler/builtins/string.ts:2035
Function
__String_prototype_match
(_this: string, regexp: any)
compiler/builtins/regexp.ts:1461
Function
__String_prototype_matchAll
(_this: string, regexp: any)
compiler/builtins/regexp.ts:1485
Function
__String_prototype_repeat
(_this: string, cnt: any)
compiler/builtins/string.ts:1535
Function
__String_prototype_slice
(_this: string, start: number, end: number)
compiler/builtins/string.ts:1240
Function
__String_prototype_split
(_this: string, separator: any, limit: any)
compiler/builtins/string.ts:1604
Function
__String_prototype_startsWith
(_this: string, searchString: string, position: number = 0)
compiler/builtins/string.ts:544
Function
__String_prototype_substr
(_this: string, start: number, length: number)
compiler/builtins/string.ts:1182
Function
__String_prototype_toLocaleLowerCase
(_this: string)
compiler/builtins/string.ts:510
Function
__String_prototype_toLocaleString
(_this: string)
compiler/builtins/string.ts:2165
Function
__String_prototype_toLocaleUpperCase
(_this: string)
compiler/builtins/string.ts:508
Function
__String_prototype_toLowerCase
(_this: string)
compiler/builtins/string.ts:463
Function
__String_prototype_toWellFormed
(_this: string)
compiler/builtins/string.ts:2113
← previous
next →
801–900 of 1,144, ranked by callers