From fd9877e468a0d584d4d62a0e484ab31313ee0a98 Mon Sep 17 00:00:00 2001 From: Jungyeom Kim Date: Thu, 21 Nov 2024 21:56:15 +0900 Subject: [PATCH] Update esmeta-ignore.json --- esmeta-ignore.json | 62 ++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 35 deletions(-) diff --git a/esmeta-ignore.json b/esmeta-ignore.json index d49de7b1a81..28c3966d3b1 100644 --- a/esmeta-ignore.json +++ b/esmeta-ignore.json @@ -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" +] \ No newline at end of file