Skip to content

Commit

Permalink
Update esmeta-ignore.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjg1119 committed Nov 21, 2024
1 parent 668e878 commit fd9877e
Showing 1 changed file with 27 additions and 35 deletions.
62 changes: 27 additions & 35 deletions esmeta-ignore.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,37 @@
[
"AddEntriesFromIterable",
"ArrayAssignmentPattern[0,0].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[0,1].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[0,2].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[0,3].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[1,0].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[2,0].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[2,1].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[2,2].DestructuringAssignmentEvaluation",
"ArrayAssignmentPattern[2,3].DestructuringAssignmentEvaluation",
"ArrayCreate",
"AsyncGeneratorBody[0,0].EvaluateAsyncGeneratorBody",
"BindingPattern[1,0].BindingInitialization",
"BoundFunctionCreate",
"AsyncFromSyncIteratorContinuation",
"AsyncGeneratorYield",
"Catch[0,0].CatchClauseEvaluation",
"Catch[1,0].CatchClauseEvaluation",
"ClassStaticBlockBody[0,0].EvaluateClassStaticBlockBody",
"CreateBuiltinFunction",
"CreateMappedArgumentsObject",
"CreateSharedByteDataBlock",
"ForIn/OfBodyEvaluation",
"CompareTypedArrayElements",
"CreateAsyncIteratorFromClosure",
"DoWait",
"FunctionBody[0,0].EvaluateFunctionBody",
"GeneratorBody[0,0].EvaluateGeneratorBody",
"GetFunctionRealm",
"GetGlobalObject",
"GetMethod",
"GetPromiseResolve",
"GetThisValue",
"InnerModuleEvaluation",
"GetViewByteLength",
"INTRINSICS.Atomics.add",
"INTRINSICS.Atomics.notify",
"INTRINSICS.Atomics.sub",
"InstallErrorCause",
"LabelledItem[1,0].LabelledEvaluation",
"MethodDefinition[0,0].DefineMethod",
"ModuleNamespaceCreate",
"OrdinaryFunctionCreate",
"ProxyCreate",
"ScriptEvaluation",
"SerializeJSONObject",
"SourceTextModuleRecord.ExecuteModule",
"SourceTextModuleRecord.ResolveExport",
"SpeciesConstructor",
"LabelledStatement[0,0].LabelledEvaluation",
"MakeMatchIndicesIndexPairArray",
"Record[BuiltinFunctionObject].Construct",
"Record[ECMAScriptFunctionObject].Call",
"Record[ECMAScriptFunctionObject].Construct",
"Record[ModuleNamespaceExoticObject].Get",
"Record[SourceTextModuleRecord].ExecuteModule",
"Record[SourceTextModuleRecord].InitializeEnvironment",
"Record[SourceTextModuleRecord].ResolveExport",
"RelationalExpression[7,0].Evaluation",
"Statement[0,0].LabelledEvaluation",
"Statement[1,0].LabelledEvaluation",
"Statement[2,0].LabelledEvaluation",
"StringCreate",
"TypedArrayCreateFromConstructor"
]
"SuperCall[0,0].Evaluation",
"TypedArrayGetElement",
"TypedArrayLength",
"TypedArraySetElement",
"YieldExpression[2,0].Evaluation"
]

0 comments on commit fd9877e

Please sign in to comment.