Test262 ReportBLACK LIVES MATTER

About

Filter Engines

JavaScript Engines

SepOctNovDecJan 2020FebMarAprMayJunJulAugSepOctNovDecJan 2021FebMarAprMayJunJulAugSepOctNovDecJan 2022FebMarAprMayJunJulAugSepOctNovDecJan 2023FebMarAprMayJun
All Tests
Show pattern for JavaScript engine result barsChakraCoreJavaScriptCoreSpiderMonkeyV8Moddable XSQuickJSengine262
Current folder:Function889 tests(source)
94%
ChakraCore: 82%JavaScriptCore: 88%SpiderMonkey: 99%V8: 100%Moddable XS: 96%QuickJS: 99%engine262: 97%
Folder:
Function Internals16 tests/built-ins/Function/internals/
82%
ChakraCore: 50%JavaScriptCore: 75%SpiderMonkey: 75%V8: 88%Moddable XS: 100%QuickJS: 88%engine262: 100%
Folder:
Function.length26 tests/built-ins/Function/length/
97%
ChakraCore: 77%JavaScriptCore: 100%SpiderMonkey: 100%V8: 100%Moddable XS: 100%QuickJS: 100%engine262: 100%
Folder:
Function.prototype598 tests/built-ins/Function/prototype/
94%
ChakraCore: 77%JavaScriptCore: 83%SpiderMonkey: 99%V8: 100%Moddable XS: 99%QuickJS: 99%engine262: 100%
File:
SyntaxError is thrown if a function using the Function constructor has two identical parameters in (local) strict mode
D
15.3.2.1-10-6gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Duplicate seperate parameter name in Function constructor throws SyntaxError in strict mode
D
15.3.2.1-11-1-s.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Duplicate separate parameter name in Function constructor allowed if body not strict
SD
15.3.2.1-11-1.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Duplicate seperate parameter name in Function constructor called from strict mode allowed if body not strict
S
15.3.2.1-11-2-s.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Function constructor having a formal parameter named 'eval' throws SyntaxError if function body is strict mode
D
15.3.2.1-11-3-s.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Function constructor may have a formal parameter named 'eval' if body is not strict mode
SD
15.3.2.1-11-3.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Function constructor call from strict code with formal parameter named 'eval' does not throws SyntaxError if function body is not strict mode
S
15.3.2.1-11-4-s.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Duplicate combined parameter name in Function constructor throws SyntaxError in strict mode
D
15.3.2.1-11-5-s.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Duplicate combined parameter name in Function constructor allowed if body is not strict
SD
15.3.2.1-11-5.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Duplicate combined parameter name allowed in Function constructor called in strict mode if body not strict
S
15.3.2.1-11-6-s.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Function constructor call from strict code with formal parameter named arguments does not throws SyntaxError if function body is not strict mode
S
15.3.2.1-11-7-s.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
SyntaxError is not thrown if a function is created using a Function constructor that has two identical parameters, which are separated by a unique parameter name and there is no explicit 'use strict' in the function constructor's body
S
15.3.2.1-11-8-s.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
No SyntaxError is thrown if a function is created using the Function constructor that has three identical parameters and there is no explicit 'use strict' in the function constructor's body
SD
15.3.2.1-11-9-s.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Strict mode error is thrown when reading the 'caller' property of a function object
S
15.3.5-1gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode error is thrown when reading the 'caller' property of a function object
S
15.3.5-2gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (New'ed Function constructor includes strict directive prologue)
D
15.3.5.4_2-10gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (eval used within strict mode)
S
15.3.5.4_2-11gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to non-strict function caller from non-strict function (eval includes strict directive prologue)
D
15.3.5.4_2-12gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to non-strict function caller from strict function (indirect eval used within strict mode)
S
15.3.5.4_2-13gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to non-strict function caller from non-strict function (indirect eval includes strict directive prologue)
D
15.3.5.4_2-14gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from strict function (New'ed object from FunctionDeclaration defined within strict mode)
S
15.3.5.4_2-15gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (New'ed object from FunctionDeclaration includes strict directive prologue)
D
15.3.5.4_2-16gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (New'ed object from FunctionExpression defined within strict mode)
S
15.3.5.4_2-17gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (New'ed object from FunctionExpression includes strict directive prologue)
D
15.3.5.4_2-18gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (New'ed object from Anonymous FunctionExpression defined within strict mode)
S
15.3.5.4_2-19gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (FunctionDeclaration defined within strict mode)
S
15.3.5.4_2-1gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (New'ed object from Anonymous FunctionExpression includes strict directive prologue)
D
15.3.5.4_2-20gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (FunctionDeclaration defined within a FunctionDeclaration inside strict mode)
S
15.3.5.4_2-21gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (FunctionExpression defined within a FunctionDeclaration inside strict mode)
S
15.3.5.4_2-22gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (Anonymous FunctionExpression defined within a FunctionDeclaration inside strict mode)
S
15.3.5.4_2-23gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (FunctionDeclaration defined within a FunctionExpression inside strict mode)
S
15.3.5.4_2-24gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (FunctionExpression defined within a FunctionExpression inside strict mode)
S
15.3.5.4_2-25gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (Anonymous FunctionExpression defined within a FunctionExpression inside strict mode)
S
15.3.5.4_2-26gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (FunctionDeclaration defined within an Anonymous FunctionExpression inside strict mode)
S
15.3.5.4_2-27gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (FunctionExpression defined within an Anonymous FunctionExpression inside strict mode)
S
15.3.5.4_2-28gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (Anonymous FunctionExpression defined within an Anonymous FunctionExpression inside strict mode)
S
15.3.5.4_2-29gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (FunctionDeclaration includes strict directive prologue)
D
15.3.5.4_2-2gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (FunctionDeclaration defined within a FunctionDeclaration with a strict directive prologue)
D
15.3.5.4_2-30gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (FunctionExpression defined within a FunctionDeclaration with a strict directive prologue)
D
15.3.5.4_2-31gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (Anonymous FunctionExpression defined within a FunctionDeclaration with a strict directive prologue)
D
15.3.5.4_2-32gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (FunctionDeclaration defined within a FunctionExpression with a strict directive prologue)
D
15.3.5.4_2-33gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (FunctionExpression defined within a FunctionExpression with a strict directive prologue)
D
15.3.5.4_2-34gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (Anonymous FunctionExpression defined within a FunctionExpression with a strict directive prologue)
D
15.3.5.4_2-35gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (FunctionDeclaration defined within an Anonymous FunctionExpression with a strict directive prologue)
D
15.3.5.4_2-36gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (FunctionExpression defined within an Anonymous FunctionExpression with a strict directive prologue)
D
15.3.5.4_2-37gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (Anonymous FunctionExpression defined within an Anonymous FunctionExpression with a strict directive prologue)
D
15.3.5.4_2-38gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (FunctionDeclaration with a strict directive prologue defined within a FunctionDeclaration)
D
15.3.5.4_2-39gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (FunctionExpression defined within strict mode)
S
15.3.5.4_2-3gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (FunctionExpression with a strict directive prologue defined within a FunctionDeclaration)
D
15.3.5.4_2-40gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (Anonymous FunctionExpression with a strict directive prologue defined within a FunctionDeclaration)
D
15.3.5.4_2-41gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (FunctionDeclaration with a strict directive prologue defined within a FunctionExpression)
D
15.3.5.4_2-42gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (FunctionExpression with a strict directive prologue defined within a FunctionExpression)
D
15.3.5.4_2-43gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (Anonymous FunctionExpression with a strict directive prologue defined within a FunctionExpression)
D
15.3.5.4_2-44gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (FunctionDeclaration with a strict directive prologue defined within an Anonymous FunctionExpression)
D
15.3.5.4_2-45gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (FunctionExpression with a strict directive prologue defined within an Anonymous FunctionExpression)
D
15.3.5.4_2-46gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (Anonymous FunctionExpression with a strict directive prologue defined within an Anonymous FunctionExpression)
D
15.3.5.4_2-47gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (Literal getter defined within strict mode)
S
15.3.5.4_2-48gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (Literal getter includes strict directive prologue)
D
15.3.5.4_2-49gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (FunctionExpression includes strict directive prologue)
D
15.3.5.4_2-4gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (Literal setter defined within strict mode)
S
15.3.5.4_2-50gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (Literal setter includes strict directive prologue)
D
15.3.5.4_2-51gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (Injected getter defined within strict mode)
S
15.3.5.4_2-52gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (Injected getter includes strict directive prologue)
D
15.3.5.4_2-53gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (Injected setter defined within strict mode)
S
15.3.5.4_2-54gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (Injected setter includes strict directive prologue)
D
15.3.5.4_2-55gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by non-strict function declaration)
D
15.3.5.4_2-56gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by non-strict eval)
D
15.3.5.4_2-57gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by non-strict Function constructor)
D
15.3.5.4_2-58gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by non-strict new'ed Function constructor)
D
15.3.5.4_2-59gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from strict function (Anonymous FunctionExpression defined within strict mode)
S
15.3.5.4_2-5gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.apply())
D
15.3.5.4_2-60gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.apply(null))
D
15.3.5.4_2-61gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.apply(undefined))
D
15.3.5.4_2-62gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.apply(someObject))
D
15.3.5.4_2-63gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.apply(globalObject))
D
15.3.5.4_2-64gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.call())
D
15.3.5.4_2-65gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.call(null))
D
15.3.5.4_2-66gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.call(undefined))
D
15.3.5.4_2-67gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.call(someObject))
D
15.3.5.4_2-68gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.call(globalObject))
D
15.3.5.4_2-69gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (Anonymous FunctionExpression includes strict directive prologue)
D
15.3.5.4_2-6gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.bind()())
D
15.3.5.4_2-70gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.bind(null)())
D
15.3.5.4_2-71gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.bind(undefined)())
D
15.3.5.4_2-72gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.bind(someObject)())
D
15.3.5.4_2-73gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (strict function declaration called by Function.prototype.bind(globalObject)())
D
15.3.5.4_2-74gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict function declaration)
D
15.3.5.4_2-75gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict eval)
D
15.3.5.4_2-76gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function constructor)
D
15.3.5.4_2-77gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict new'ed Function constructor)
D
15.3.5.4_2-78gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.apply())
D
15.3.5.4_2-79gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to non-strict function caller from strict function (Function constructor defined within strict mode)
S
15.3.5.4_2-7gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.apply(null))
D
15.3.5.4_2-80gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.apply(undefined))
D
15.3.5.4_2-81gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.apply(someObject))
D
15.3.5.4_2-82gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.apply(globalObject))
D
15.3.5.4_2-83gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.call())
D
15.3.5.4_2-84gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.call(null))
D
15.3.5.4_2-85gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.call(undefined))
D
15.3.5.4_2-86gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.call(someObject))
D
15.3.5.4_2-87gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.call(globalObject))
D
15.3.5.4_2-88gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.bind()())
D
15.3.5.4_2-89gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (Function constructor includes strict directive prologue)
D
15.3.5.4_2-8gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.bind(null)())
D
15.3.5.4_2-90gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.bind(undefined)())
D
15.3.5.4_2-91gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.bind(someObject)())
D
15.3.5.4_2-92gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function (non-strict function declaration called by strict Function.prototype.bind(globalObject)())
D
15.3.5.4_2-93gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 0 of 1
File:
Strict mode checking access to strict function caller from non-strict function expression (FunctionDeclaration includes strict directive prologue)
D
15.3.5.4_2-94gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict, constructor-based function (FunctionDeclaration includes strict directive prologue)
D
15.3.5.4_2-95gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from non-strict property (FunctionDeclaration includes strict directive prologue)
D
15.3.5.4_2-96gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to strict function caller from bound non-strict function (FunctionDeclaration includes strict directive prologue)
D
15.3.5.4_2-97gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 1 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
Strict mode checking access to non-strict function caller from strict function (New'ed Function constructor defined within strict mode)
S
15.3.5.4_2-9gs.js
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1
File:
call-bind-this-realm-undef.js
SD
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
call-bind-this-realm-value.js
SD
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
instance-name.js
SD
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
is-a-constructor.js
SD
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
private-identifiers-not-empty.js
SD
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
prop-desc.js
SD
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
property-order.js
SD
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
proto-from-ctor-realm-prototype.js
SD
ChakraCore: 0 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
proto-from-ctor-realm.js
SD
ChakraCore: 0 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Creating function dynamically by using the built-in Function object as a constructor
SD
S10.1.1_A1_T3.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Create simple functions and check returned values
SD
S15.3.1_A1_T1.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
The body of the function is '{toString:function(){throw 7;}}'
SD
S15.3.2.1_A1_T1.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Value of the function constructor argument is 'null'
SD
S15.3.2.1_A1_T10.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Value of the function constructor argument is 'undefined'
SD
S15.3.2.1_A1_T11.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Value of the function constructor argument is 'void 0'
SD
S15.3.2.1_A1_T12.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Value of the function constructor argument is '{}'
SD
S15.3.2.1_A1_T13.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
The body of the function is '{toString:function(){return 'return 1;';}}'
SD
S15.3.2.1_A1_T2.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Value of the function constructor argument is 1
SD
S15.3.2.1_A1_T3.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Value of the function constructor argument is x, where x is specified with 'undefined'
SD
S15.3.2.1_A1_T4.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Value of the function constructor argument is 'Object('return \'A\'')'
SD
S15.3.2.1_A1_T5.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Value of the function constructor argument is the string 'return true;'
SD
S15.3.2.1_A1_T6.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Value of the function constructor argument is 'Object(1)'
SD
S15.3.2.1_A1_T7.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Value of the function constructor argument is 'var 1=1;'
SD
S15.3.2.1_A1_T8.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Value of the function constructor argument is 'return arguments[0];'
SD
S15.3.2.1_A1_T9.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are 'arg1', 'arg2', 'arg3', 'return arg1+arg2+arg3;'
SD
S15.3.2.1_A2_T1.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are 'arg1, arg2', 'arg3', 'return arg1+arg2+arg3;'
SD
S15.3.2.1_A2_T2.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are 'arg1, arg2, arg3', 'return arg1+arg2+arg3;'
SD
S15.3.2.1_A2_T3.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are 'return'-s of various results
SD
S15.3.2.1_A2_T4.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are 'return'-s of various results and a concotenation of strings
SD
S15.3.2.1_A2_T5.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are 'return'-s of various results and a concotenation of strings
SD
S15.3.2.1_A2_T6.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are '{toString:function(){throw 1;}}' and '{toString:function(){throw 'body';}}'
SD
S15.3.2.1_A3_T1.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are '{toString:function(){return 'z;x'}}' and 'return this;'
SD
S15.3.2.1_A3_T10.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are 'a,b,c' and 'void 0'
SD
S15.3.2.1_A3_T11.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are 'a,b,c' and 'undefined'
SD
S15.3.2.1_A3_T12.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are 'a,b,c' and 'null'
SD
S15.3.2.1_A3_T13.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are 'a,b,c' and an undefined variable
SD
S15.3.2.1_A3_T14.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are are two empty strings
SD
S15.3.2.1_A3_T15.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are '{toString:function(){return 'a';}}' and 'return a;'
SD
S15.3.2.1_A3_T2.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are '{toString:function(){p=1;return 'a';}}' and '{toString:function(){throw 'body';}}'
SD
S15.3.2.1_A3_T3.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are an undefined variable and 'return 1.1;'
SD
S15.3.2.1_A3_T4.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are 'void 0' and 'return \'A\';'
SD
S15.3.2.1_A3_T5.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are 'null' and 'return true;'
SD
S15.3.2.1_A3_T6.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are 'Object('a')' and 'return a;'
SD
S15.3.2.1_A3_T7.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are 'undefined' and 'return this;'
SD
S15.3.2.1_A3_T8.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Values of the function constructor arguments are '1,1' and 'return this;'
SD
S15.3.2.1_A3_T9.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
The constuctor of the object that is created as a new Function
SD
S15.3.2_A1.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Existence of the property 'prototype'
SD
S15.3.3_A1.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Prototype of Function
SD
S15.3.3_A2_T1.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Add new property to Function.prototype and check it
SD
S15.3.3_A2_T2.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Function.length property
SD
S15.3.3_A3.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
For testing use variable f = new Function
SD
S15.3.5_A1_T1.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
For testing use variable f = Function()
SD
S15.3.5_A1_T2.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
For testing call Function('var x =1; this.y=2;return \'OK\';')()
SD
S15.3.5_A2_T1.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
For testing call (new Function('arg1,arg2','var x =arg1; this.y=arg2;return arg1+arg2;'))('1',2)
SD
S15.3.5_A2_T2.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
As constructor use Function('var x =1; this.y=2;return \'OK\';')
SD
S15.3.5_A3_T1.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
As constructor use new Function('arg1,arg2','var x =1; this.y=arg1+arg2;return \'OK\';')
SD
S15.3.5_A3_T2.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
Compare Function with this.Function
SD
S15.3_A1.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
If executing 'Function.call(this, 'var x / = 1;')' fails
SD
S15.3_A2_T1.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
If executing 'Function.call(this, 'var
SD
S15.3_A2_T2.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
First argument is object
SD
S15.3_A3_T1.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
First argument is string and null
SD
S15.3_A3_T2.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
First argument is this, and this don`t have needed variable
SD
S15.3_A3_T3.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
First argument is this, and this have needed variable
SD
S15.3_A3_T4.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
First argument is this, and this don`t have needed variable. Function return this.var_name
SD
S15.3_A3_T5.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
First argument is this, and this have needed variable. Function return this.var_name
SD
S15.3_A3_T6.js
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
StrictFunction_reservedwords_with.js
SD
ChakraCore: 2 of 2JavaScriptCore: 2 of 2SpiderMonkey: 2 of 2V8: 2 of 2Moddable XS: 2 of 2QuickJS: 2 of 2engine262: 2 of 2
File:
StrictFunction_restricted-properties.js
S
ChakraCore: 1 of 1JavaScriptCore: 1 of 1SpiderMonkey: 1 of 1V8: 1 of 1Moddable XS: 0 of 1QuickJS: 1 of 1engine262: 1 of 1