Linus Groh
|
6f20f49b21
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
|
3 năm trước cách đây |
Andreas Kling
|
fc04465fa3
LibJS: Remove unnecessary GlobalObject pointer from Environment
|
3 năm trước cách đây |
mjz19910
|
1ef633472b
Everywhere: Convert VM::call() to JS::call()
|
3 năm trước cách đây |
Linus Groh
|
1ee7e97e24
LibJS: Pass source text to ECMAScriptFunctionObject::create()
|
3 năm trước cách đây |
Linus Groh
|
09a11fa6ea
LibJS: Implement proper Iterator records
|
3 năm trước cách đây |
Linus Groh
|
da856d7742
LibJS: Update AST to use completions :^)
|
3 năm trước cách đây |
Linus Groh
|
85f0fc2b83
LibJS: Return Optional<T> from Completion::{value,target}(), not T
|
3 năm trước cách đây |
davidot
|
a24df37713
LibJS: Convert resolve_this_binding() to ThrowCompletionOr
|
3 năm trước cách đây |
davidot
|
676554d3f8
LibJS: Convert resolve_binding() to ThrowCompletionOr
|
3 năm trước cách đây |
Ali Mohammad Pur
|
b96118b5d1
LibJS: Fix codegen for nodes after try statements without 'finally'
|
3 năm trước cách đây |
Idan Horowitz
|
1aaaf521b8
LibJS: Convert the PutValue AO to ThrowCompletionOr
|
3 năm trước cách đây |
Idan Horowitz
|
390a04a985
LibJS: Convert the GetValue AO to ThrowCompletionOr
|
3 năm trước cách đây |
Andreas Kling
|
a831cd9cc7
LibJS: Make bytecode VM throw TypeError on attempt to call non-callable
|
3 năm trước cách đây |
Andreas Kling
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 năm trước cách đây |
Andreas Kling
|
715e7fada8
LibJS: Add the "fast non-local access" optimization to the bytecode VM
|
3 năm trước cách đây |
Andreas Kling
|
da98212001
LibJS: Add a separate "identifier table" to bytecode executables
|
3 năm trước cách đây |
Andreas Kling
|
3117182c2e
LibJS: Implement 'this' in the bytecode VM
|
3 năm trước cách đây |
Idan Horowitz
|
844be7a0a5
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
|
3 năm trước cách đây |
Idan Horowitz
|
e26d9f419b
LibJS: Remove vm.construct and it's usages
|
3 năm trước cách đây |
Idan Horowitz
|
db5df26841
LibJS: Convert Array AOs to ThrowCompletionOr
|
3 năm trước cách đây |
Timothy Flynn
|
7b4814f74c
LibJS: Convert IteratorValue AO to ThrowCompletionOr
|
3 năm trước cách đây |
Timothy Flynn
|
a64752cd34
LibJS: Convert IteratorComplete AO to ThrowCompletionOr
|
3 năm trước cách đây |
Timothy Flynn
|
c981d7b9bd
LibJS: Convert IteratorNext AO to ThrowCompletionOr
|
3 năm trước cách đây |
Timothy Flynn
|
860a37640b
LibJS: Convert GetIterator AO to ThrowCompletionOr
|
3 năm trước cách đây |
davidot
|
13ead80ee6
LibJS: Add PrivateEnvironment
|
3 năm trước cách đây |
Idan Horowitz
|
545d403f6b
LibJS: Convert Value operator AOs to ThrowCompletionOr
|
3 năm trước cách đây |
Idan Horowitz
|
48ac15758e
LibJS: Convert is_loosely_equal() to ThrowCompletionOr
|
3 năm trước cách đây |
Idan Horowitz
|
c488f5a59d
LibJS: Convert to_property_key() to ThrowCompletionOr
|
3 năm trước cách đây |
Idan Horowitz
|
b8f101888b
LibJS: Convert to_numeric() to ThrowCompletionOr
|
3 năm trước cách đây |
Linus Groh
|
52976bfac6
LibJS: Convert to_object() to ThrowCompletionOr
|
3 năm trước cách đây |