MCPcopy Create free account

hub / github.com/Hans-Halverson/brimstone / types & classes

Types & classes996 in github.com/Hans-Halverson/brimstone

↓ 8 callersClassNamed
tests/snapshot/bytecode/module/export_default_class.js:1
↓ 5 callersEnumExpression
src/js/parser/ast.rs:987
↓ 5 callersClassNumberLiteral
src/js/parser/ast.rs:1094
↓ 5 callersClassValue
src/js/runtime/value.rs:87
↓ 3 callersClassFunction
src/js/parser/ast.rs:479
↓ 3 callersClassMethod
src/js/runtime/class_names.rs:40
↓ 3 callersClassValueCollectionKey
src/js/runtime/value.rs:635
↓ 2 callersClassBlock
src/js/parser/ast.rs:767
↓ 2 callersClassClass
src/js/parser/ast.rs:659
↓ 2 callersClassIdentifier
src/js/parser/ast.rs:305
↓ 2 callersClassMetaProperty
src/js/parser/ast.rs:1527
↓ 2 callersEnumPattern
src/js/parser/ast.rs:1557
↓ 2 callersClassProperty
src/js/parser/ast.rs:1383
↓ 2 callersEnumStatement
src/js/parser/ast.rs:396
↓ 2 callersClassValueCollectionKeyHandle
src/js/runtime/value.rs:711
↓ 1 callersClassArrayPattern
src/js/parser/ast.rs:1635
↓ 1 callersClassAstSliceBuilder
src/js/parser/ast.rs:140
↓ 1 callersClassAsyncParentModulesField
src/js/runtime/module/source_text_module.rs:994
↓ 1 callersClassCaptureGroup
src/js/parser/regexp.rs:232
↓ 1 callersClassCapturePoint
src/js/runtime/regexp/matcher.rs:88
↓ 1 callersClassCharacterClass
src/js/parser/regexp.rs:285
↓ 1 callersClassClearedCaptureGroup
src/js/runtime/regexp/matcher.rs:95
↓ 1 callersClassExportMapField
src/js/runtime/module/source_text_module.rs:949
↓ 1 callersClassFunctionVecField
src/js/runtime/bytecode/generator.rs:9968
↓ 1 callersClassGcUnsafeEntriesIter
src/js/runtime/collections/hash_map.rs:495
↓ 1 callersClassGcUnsafeEntriesIter
src/js/runtime/collections/index_map.rs:588
↓ 1 callersClassGcUnsafeEntriesIterMut
src/js/runtime/collections/hash_map.rs:516
↓ 1 callersClassGcUnsafeEntriesIterMut
src/js/runtime/collections/index_map.rs:609
↓ 1 callersClassGcUnsafeKeysIter
src/js/runtime/collections/hash_map.rs:537
↓ 1 callersClassGcUnsafeKeysIter
src/js/runtime/collections/index_map.rs:630
↓ 1 callersClassGcUnsafeKeysIterMut
src/js/runtime/collections/hash_map.rs:558
↓ 1 callersClassGcUnsafeKeysIterMut
src/js/runtime/collections/index_map.rs:651
↓ 1 callersClassHeapUnaligned
src/js/runtime/gc/heap_item.rs:313
↓ 1 callersClassLexicalNamesMapField
src/js/runtime/realm.rs:463
↓ 1 callersClassMapObjectMapField
src/js/runtime/intrinsics/map_object.rs:91
↓ 1 callersInterfaceModule
A generic module. May be a SourceTextModule or a SyntheticModule.
src/js/runtime/module/module.rs:24
↓ 1 callersClassNamedPropertiesMapField
src/js/runtime/object_value.rs:645
↓ 1 callersClassObjectPattern
src/js/parser/ast.rs:1665
↓ 1 callersClassProperties
src/js/common/icu.rs:50
↓ 1 callersClassQuantifier
src/js/parser/regexp.rs:163
↓ 1 callersClassRegExp
src/js/parser/regexp.rs:10
↓ 1 callersClassRegExpLiteral
src/js/parser/ast.rs:1126
↓ 1 callersClassSetObjectSetField
src/js/runtime/intrinsics/set_object.rs:106
↓ 1 callersClassSparseMapField
src/js/runtime/array_properties.rs:518
↓ 1 callersClassStackFrameInfo
src/js/runtime/stack_trace.rs:25
↓ 1 callersClassStringDisjunction
src/js/parser/regexp.rs:295
↓ 1 callersClassWeakMapObjectMapField
src/js/runtime/intrinsics/weak_map_object.rs:85
↓ 1 callersClassWeakSetObjectSetField
src/js/runtime/intrinsics/weak_set_object.rs:80
Class
tests/integration/language/syntax/long_unicode_escape_sequences.js:24
Class
tests/integration/language/expression/arrow/this_in_eval.js:72
Class
tests/integration/language/expression/arrow/this_in_eval.js:74
Class
tests/integration/language/expression/arrow/this_in_eval.js:84
Class
tests/integration/language/class/derived_constructor_this_in_eval.js:6
Class
tests/integration/language/class/derived_constructor_this_in_eval.js:17
Class
tests/integration/language/class/derived_constructor_this_in_eval.js:26
Class
tests/integration/language/class/derived_constructor_this_in_eval.js:37
Class
tests/integration/language/class/derived_constructor_this_in_eval.js:46
Class
tests/integration/language/class/derived_constructor_this_in_eval.js:56
Class
tests/integration/language/class/derived_constructor_this_in_eval.js:65
Class
tests/integration/language/class/super_member_in_extends.js:5
Class
tests/integration/language/class/super_member_in_extends.js:10
Class
tests/integration/language/class/super_member_in_extends.js:11
Class
tests/integration/language/class/super_member_in_extends.js:12
Class
tests/integration/language/class/super_member_in_extends.js:15
Class
tests/integration/language/class/super_member_in_extends.js:19
Class
tests/integration/language/class/super_member_in_extends.js:27
Class
tests/integration/language/class/super_member_in_extends.js:31
Class
tests/integration/language/class/super_member_in_extends.js:39
Class
tests/integration/language/class/super_member_in_extends.js:43
Class
tests/integration/language/class/super_member_in_extends.js:54
Class
tests/integration/language/class/super_member_in_extends.js:54
Class
tests/integration/regression/000003.js:8
Class
tests/snapshot/parser/module/export_default_class.js:1
Class
tests/snapshot/parser/module/export.js:25
Class
tests/snapshot/parser/class/property.js:3
Class
tests/snapshot/parser/class/property.js:5
Class
tests/snapshot/parser/class/property.js:7
Class
tests/snapshot/parser/class/property.js:9
Class
tests/snapshot/parser/class/property.js:11
Class
tests/snapshot/parser/class/property.js:15
Class
tests/snapshot/parser/class/property.js:17
Class
tests/snapshot/parser/class/property.js:19
Class
tests/snapshot/parser/class/property.js:21
Class
tests/snapshot/parser/class/property.js:23
Class
tests/snapshot/parser/class/property.js:25
Class
tests/snapshot/parser/class/property.js:33
Class
tests/snapshot/parser/class/property.js:35
Class
tests/snapshot/parser/class/property.js:37
Class
tests/snapshot/parser/class/property.js:39
Class
tests/snapshot/parser/class/property.js:47
Class
tests/snapshot/parser/class/property.js:54
Class
tests/snapshot/parser/class/property.js:62
Class
tests/snapshot/parser/class/property.js:69
Class
tests/snapshot/parser/class/property.js:76
Class
tests/snapshot/parser/class/property.js:81
Class
tests/snapshot/parser/class/property.js:88
Class
tests/snapshot/parser/class/property.js:97
Class
tests/snapshot/parser/class/basic.js:1
Class
tests/snapshot/parser/class/basic.js:3
Class
tests/snapshot/parser/class/basic.js:9
next →1–100 of 996, ranked by callers