File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 19
19
" Record[SourceTextModuleRecord].ExecuteModule" ,
20
20
" Record[SourceTextModuleRecord].InitializeEnvironment" ,
21
21
" Record[SourceTextModuleRecord].ResolveExport" ,
22
- " RelationalExpression[7,0].Evaluation" ,
23
22
" SuperCall[0,0].Evaluation" ,
24
23
" TypedArrayGetElement" ,
25
24
" TypedArrayLength" ,
Original file line number Diff line number Diff line change @@ -20404,6 +20404,7 @@ <h1>Runtime Semantics: Evaluation</h1>
20404
20404
1. Let _rVal_ be ? GetValue(_rRef_).
20405
20405
1. If _rVal_ is not an Object, throw a *TypeError* exception.
20406
20406
1. Let _privateEnv_ be the running execution context's PrivateEnvironment.
20407
+ 1. Assert: _privateEnv_ is not *null*.
20407
20408
1. Let _privateName_ be ResolvePrivateIdentifier(_privateEnv_, _privateIdentifier_).
20408
20409
1. If PrivateElementFind(_rVal_, _privateName_) is not ~empty~, return *true*.
20409
20410
1. Return *false*.
You can’t perform that action at this time.
0 commit comments