26 Commits (a7dd470cc26c1f0eac4845fdf7d00ce8d8826ae9)

Author SHA1 Message Date
tofpie a7dd470cc2
Add newTarget to construct (#1045) 3 years ago
tofpie 4cede758ed
Implement property accessors (#987) 4 years ago
Halid Odat 6eac058406
Code cleanup and inline (#916) 4 years ago
Halid Odat a77ceb67fd
Feature `URIError` (#806) 4 years ago
Halid Odat 03f96327db
Feature `EvalError` (#804) 4 years ago
João Borges dc82aa29dc
Fix Error constructors to return rather than throw (#749) 4 years ago
Halid Odat eb1fd280d5
`ConstructorBuilder`, `ObjectInitializer`, cache standard objects and fix global object attributes (#722) 4 years ago
Halid Odat efd9ab87c5
Move `object` module to root (#689) 4 years ago
Halid Odat edfafc4e03
Feature `Context` (#656) 4 years ago
Halid Odat 59d328e67c
Move value module from builtins (#674) 4 years ago
HalidOdat d025207fc1
Feature `boa::Result<T>` (#637) 4 years ago
HalidOdat c5b708b2ef
Moved value operations from `Interpreter` to `Value` (#625) 4 years ago
54k1 91d9100ad9
Set __proto__ of function instances (#604) 4 years ago
joshwd36 b437c9ff46 Implement and use Interpreter::global() 4 years ago
joshwd36 064d8bc352 Make lifetime of return of init static to remove to_string 4 years ago
joshwd36 fa9228684f Move create_intrinsics to Interpreter and implement Well-Known Symbols 4 years ago
joshwd36 1c1132d8e1
Initial implementation of Map() (#550) 4 years ago
HalidOdat 1e82e7c95a
Merged `create` into `init` for builtins (#547) 4 years ago
HalidOdat 070b78c357
Feature `SyntaxError` (#536) 4 years ago
HalidOdat 8f8498eac1
`Value` refactor (#498) 4 years ago
croraf 4ae939ac52
[ReferenceError] complete solution (#488) 4 years ago
HalidOdat df13272fc0
Object specialization (#419) 4 years ago
Jason Williams 32b0741cc8
Profiler using measureme (#317) 4 years ago
HalidOdat bb2b6f638c
Added `TypeError` implementation (#442) 4 years ago
HalidOdat d42e413f8a
Fixed function object constructable/callable (#409) 4 years ago
Iban Eguia 4beadfc9ad
Execution and Node modularization (#392) 4 years ago