mirror of
https://github.com/tc39/test262.git
synced 2025-07-31 01:44:54 +02:00
built-ins/AsyncFunction/*: make all indentation consistent (depth & character)
This commit is contained in:
parent
66eaf57f88
commit
8342824894
@ -12,4 +12,3 @@ var AsyncFunction = foo.constructor;
|
||||
assert.sameValue(Object.getPrototypeOf(AsyncFunction), Function, "Prototype of constructor is Function");
|
||||
assert.sameValue(Object.getPrototypeOf(AsyncFunction.prototype), Function.prototype, "Prototype of constructor's prototype is Function.prototype");
|
||||
assert(foo instanceof Function, 'async function instance is instanceof Function');
|
||||
|
||||
|
@ -11,4 +11,3 @@ description: >
|
||||
var AsyncFunction = async function foo() {}.constructor;
|
||||
AsyncFunction.prototype.x = 1;
|
||||
assert.sameValue(AsyncFunction.prototype.x, 1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user