Linus Groh
|
f2abe42ecb
LibJS: Update empty TryStatement result value to undefined
|
4 년 전 |
Linus Groh
|
7cbede4342
LibJS: Fix return value of TryStatement with finalizer
|
4 년 전 |
Linus Groh
|
2172e51246
LibJS: Implicitly break for..in loop if the RHS result is nullish
|
4 년 전 |
Linus Groh
|
275da6fcc9
LibJS: Update Object::define_accessor() to take both getter and setter
|
4 년 전 |
Linus Groh
|
ec62783af9
LibJS: Let Object::delete_property() return a bool, not Value
|
4 년 전 |
Linus Groh
|
1c3eef5317
LibJS: Use MarkedValueList for internal own properties getter functions
|
4 년 전 |
Linus Groh
|
1416027486
LibJS: Add Object::get_enumerable_own_property_names() and use it
|
4 년 전 |
Linus Groh
|
afc86abe24
LibJS: Remove this_object parameter from get/put own property functions
|
4 년 전 |
Linus Groh
|
f1fde01025
LibJS: Fix returning from try statement
|
4 년 전 |
Linus Groh
|
d6cffb82a2
LibJS: Move 'typeof' string functionality from AST to Value
|
4 년 전 |
Andreas Kling
|
0255c8d976
Only apply auto-naming of function expressions based on syntax
|
4 년 전 |
Andreas Kling
|
c8382c32e9
LibJS: Split Value::Type::Number into Int32 and Double
|
4 년 전 |
Andreas Kling
|
e0abfcb27d
LibJS: Don't track executing AST nodes in a Vector
|
4 년 전 |
Andreas Kling
|
dc8817638e
LibJS: Only update anonymous function names when necessary
|
4 년 전 |
Andreas Kling
|
1603623772
LibJS: Move AST node stack from VM to Interpreter
|
4 년 전 |
Andreas Kling
|
0bfdf95af6
LibJS: Make an RAII helper for entering/exiting AST nodes
|
4 년 전 |
Linus Groh
|
c499239137
LibJS: Implement non-value-producing statements properly
|
4 년 전 |
Andreas Kling
|
8fd69e9e56
LibJS: Fix a handful of clang-tidy complaints in AST.cpp
|
4 년 전 |
Jean-Baptiste Boric
|
6f668ca3a4
LibJS: Fix crash due to AST node tracking inside call stack
|
4 년 전 |
Jean-Baptiste Boric
|
6172cb3599
LibJS: Keep track of current AST node inside the call stack
|
4 년 전 |
speles
|
f7d64e9fa8
LibJS: Set declared for-in and for-of variables as first time.
|
4 년 전 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 년 전 |
Andreas Kling
|
70bd1724db
LibJS: Include <typeinfo> in AST.cpp again
|
4 년 전 |
Andreas Kling
|
635a5eec75
LibJS: Remove a whole bunch of unnecessary #includes
|
4 년 전 |
Linus Groh
|
509e5a3045
LibJS: Fix crash when printing error for missing class extends value prototype
|
4 년 전 |
Linus Groh
|
f37d3f25e6
LibJS: Remove redundant exception check from ClassExpression::execute()
|
4 년 전 |
Linus Groh
|
766f30f593
LibJS: Check if class extends value has a valid prototype
|
4 년 전 |
Nico Weber
|
8ccd8b4a6f
LibJS: Include <typeinfo> in AST.cpp
|
4 년 전 |
Andreas Kling
|
4da913bfab
LibJS: Replace ASTNode::class_name() with RTTI
|
4 년 전 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 년 전 |