Andreas Kling a007b3c379 LibJS: Move "strict mode" state to the call stack 4 năm trước cách đây
..
Accessor.h a61ede51e2 LibJS: Don't require Interpreter& for constructing an Accessor 4 năm trước cách đây
Array.cpp 063acda76e LibJS: Remove a bunch of unnecessary uses of Cell::interpreter() 4 năm trước cách đây
Array.h 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter 4 năm trước cách đây
ArrayConstructor.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
ArrayConstructor.h f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() 4 năm trước cách đây
ArrayIterator.cpp 08f9bc26a6 Meta+LibHTTP through LibWeb: Make clang-format-10 clean 4 năm trước cách đây
ArrayIterator.h d467a0ffef LibJS: ArrayIterator needs to mark the array it's iterating 4 năm trước cách đây
ArrayIteratorPrototype.cpp 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter 4 năm trước cách đây
ArrayIteratorPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() 5 năm trước cách đây
ArrayPrototype.cpp fa18baf3e8 LibJS: Add Value::is_nullish() 4 năm trước cách đây
ArrayPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() 5 năm trước cách đây
BigInt.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
BigInt.h adf0a537af LibJS: Remove js_bigint(Interpreter&, ...) 4 năm trước cách đây
BigIntConstructor.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
BigIntConstructor.h f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() 4 năm trước cách đây
BigIntObject.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
BigIntObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 năm trước cách đây
BigIntPrototype.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
BigIntPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() 5 năm trước cách đây
BooleanConstructor.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
BooleanConstructor.h f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() 4 năm trước cách đây
BooleanObject.cpp 063acda76e LibJS: Remove a bunch of unnecessary uses of Cell::interpreter() 4 năm trước cách đây
BooleanObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 năm trước cách đây
BooleanPrototype.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
BooleanPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() 5 năm trước cách đây
BoundFunction.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
BoundFunction.h a007b3c379 LibJS: Move "strict mode" state to the call stack 4 năm trước cách đây
Cell.cpp d74bb87d46 LibJS: Add a way to get from a Cell to the VM 4 năm trước cách đây
Cell.h d74bb87d46 LibJS: Add a way to get from a Cell to the VM 4 năm trước cách đây
ConsoleObject.cpp e4bda2e1e7 LibJS: Move Console from Interpreter to GlobalObject 4 năm trước cách đây
ConsoleObject.h aaf6014ae1 LibJS: Simplify Cell::initialize() 5 năm trước cách đây
Date.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
Date.h 697faba147 LibJS: Make Date.getUTCSeconds() call through to LibC 5 năm trước cách đây
DateConstructor.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
DateConstructor.h f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() 4 năm trước cách đây
DatePrototype.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
DatePrototype.h 08f9bc26a6 Meta+LibHTTP through LibWeb: Make clang-format-10 clean 4 năm trước cách đây
Error.cpp 063acda76e LibJS: Remove a bunch of unnecessary uses of Cell::interpreter() 4 năm trước cách đây
Error.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 năm trước cách đây
ErrorConstructor.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
ErrorConstructor.h f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() 4 năm trước cách đây
ErrorPrototype.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
ErrorPrototype.h 08f9bc26a6 Meta+LibHTTP through LibWeb: Make clang-format-10 clean 4 năm trước cách đây
ErrorTypes.cpp 08f9bc26a6 Meta+LibHTTP through LibWeb: Make clang-format-10 clean 4 năm trước cách đây
ErrorTypes.h 08f9bc26a6 Meta+LibHTTP through LibWeb: Make clang-format-10 clean 4 năm trước cách đây
Exception.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
Exception.h 6861c619c6 LibJS: Move most of Interpreter into VM 4 năm trước cách đây
Function.cpp a007b3c379 LibJS: Move "strict mode" state to the call stack 4 năm trước cách đây
Function.h a007b3c379 LibJS: Move "strict mode" state to the call stack 4 năm trước cách đây
FunctionConstructor.cpp f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() 4 năm trước cách đây
FunctionConstructor.h f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() 4 năm trước cách đây
FunctionPrototype.cpp fa18baf3e8 LibJS: Add Value::is_nullish() 4 năm trước cách đây
FunctionPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() 5 năm trước cách đây
GlobalObject.cpp e4bda2e1e7 LibJS: Move Console from Interpreter to GlobalObject 4 năm trước cách đây
GlobalObject.h e4bda2e1e7 LibJS: Move Console from Interpreter to GlobalObject 4 năm trước cách đây
IndexedProperties.cpp a61ede51e2 LibJS: Don't require Interpreter& for constructing an Accessor 4 năm trước cách đây
IndexedProperties.h 699e1fdc07 LibJS: Eliminate some (unnecessary) Vector copies 4 năm trước cách đây
IteratorOperations.cpp 340d6b0ef7 LibJS: Stop using Interpreter& in the iterator operations helpers 4 năm trước cách đây
IteratorOperations.h d85eed585c LibJS: get_iterator_values() should pass Value to callback (not Value&) 4 năm trước cách đây
IteratorPrototype.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
IteratorPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() 5 năm trước cách đây
JSONObject.cpp ebe1288aea LibJS: Add missing <AK/Function.h> include in JSONObject.cpp 4 năm trước cách đây
JSONObject.h aaa8b48a4c LibJS: Remove use of Interpreter& in JSONObject code 4 năm trước cách đây
LexicalEnvironment.cpp 3df604ad12 LibJS: Reduce use of Interpreter in LexicalEnvironment 4 năm trước cách đây
LexicalEnvironment.h 3df604ad12 LibJS: Reduce use of Interpreter in LexicalEnvironment 4 năm trước cách đây
MarkedValueList.cpp 8d9c5a8e70 LibJS: Make MarkedValueList inherit from Vector<Value> 4 năm trước cách đây
MarkedValueList.h 8d9c5a8e70 LibJS: Make MarkedValueList inherit from Vector<Value> 4 năm trước cách đây
MathObject.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
MathObject.h aaf6014ae1 LibJS: Simplify Cell::initialize() 5 năm trước cách đây
NativeFunction.cpp a007b3c379 LibJS: Move "strict mode" state to the call stack 4 năm trước cách đây
NativeFunction.h a007b3c379 LibJS: Move "strict mode" state to the call stack 4 năm trước cách đây
NativeProperty.cpp 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter 4 năm trước cách đây
NativeProperty.h 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter 4 năm trước cách đây
NumberConstructor.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
NumberConstructor.h f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() 4 năm trước cách đây
NumberObject.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
NumberObject.h 02305d01ea LibJS: Add Number.prototype.toString 5 năm trước cách đây
NumberPrototype.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
NumberPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() 5 năm trước cách đây
Object.cpp a007b3c379 LibJS: Move "strict mode" state to the call stack 4 năm trước cách đây
Object.h 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter 4 năm trước cách đây
ObjectConstructor.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
ObjectConstructor.h f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() 4 năm trước cách đây
ObjectPrototype.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
ObjectPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() 5 năm trước cách đây
PrimitiveString.cpp 591b7b7031 LibJS: Remove js_string(Interpreter&, ...) 4 năm trước cách đây
PrimitiveString.h 591b7b7031 LibJS: Remove js_string(Interpreter&, ...) 4 năm trước cách đây
PropertyAttributes.cpp 39ad42defd LibJS: Add Proxy objects 5 năm trước cách đây
PropertyAttributes.h 08f9bc26a6 Meta+LibHTTP through LibWeb: Make clang-format-10 clean 4 năm trước cách đây
PropertyName.h b9793e603c LibJS: Don't require Interpreter& in PropertyName and StringOrSymbol 4 năm trước cách đây
ProxyConstructor.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
ProxyConstructor.h f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() 4 năm trước cách đây
ProxyObject.cpp fa18baf3e8 LibJS: Add Value::is_nullish() 4 năm trước cách đây
ProxyObject.h f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() 4 năm trước cách đây
ProxyPrototype.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
ProxyPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 năm trước cách đây
Reference.cpp a007b3c379 LibJS: Move "strict mode" state to the call stack 4 năm trước cách đây
Reference.h be055b3ddd LibJS: Reduce use of Interpreter in Reference 4 năm trước cách đây
ReflectObject.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
ReflectObject.h aaf6014ae1 LibJS: Simplify Cell::initialize() 5 năm trước cách đây
RegExpConstructor.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
RegExpConstructor.h f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() 4 năm trước cách đây
RegExpObject.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
RegExpObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 năm trước cách đây
RegExpPrototype.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
RegExpPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 năm trước cách đây
ScriptFunction.cpp a007b3c379 LibJS: Move "strict mode" state to the call stack 4 năm trước cách đây
ScriptFunction.h a007b3c379 LibJS: Move "strict mode" state to the call stack 4 năm trước cách đây
Shape.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
Shape.h 7a1d485b19 LibJS: Integrate Symbols into objects as valid keys 5 năm trước cách đây
StringConstructor.cpp fa18baf3e8 LibJS: Add Value::is_nullish() 4 năm trước cách đây
StringConstructor.h f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() 4 năm trước cách đây
StringIterator.cpp 08f9bc26a6 Meta+LibHTTP through LibWeb: Make clang-format-10 clean 4 năm trước cách đây
StringIterator.h c831fb17bf LibJS: Add StringIterator 5 năm trước cách đây
StringIteratorPrototype.cpp 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter 4 năm trước cách đây
StringIteratorPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() 5 năm trước cách đây
StringObject.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
StringObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 năm trước cách đây
StringOrSymbol.h b9793e603c LibJS: Don't require Interpreter& in PropertyName and StringOrSymbol 4 năm trước cách đây
StringPrototype.cpp fa18baf3e8 LibJS: Add Value::is_nullish() 4 năm trước cách đây
StringPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() 5 năm trước cách đây
Symbol.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
Symbol.h 30ca9acd9c LibJS: Remove unused js_symbol(Interpreter&, ...) 4 năm trước cách đây
SymbolConstructor.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
SymbolConstructor.h f79d4c7347 LibJS: Remove Interpreter& argument to Function::construct() 4 năm trước cách đây
SymbolObject.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
SymbolObject.h d9db6bec42 LibJS: Move global symbol map from SymbolObject to Interpreter 5 năm trước cách đây
SymbolPrototype.cpp 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 năm trước cách đây
SymbolPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() 5 năm trước cách đây
Uint8ClampedArray.cpp 063acda76e LibJS: Remove a bunch of unnecessary uses of Cell::interpreter() 4 năm trước cách đây
Uint8ClampedArray.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 năm trước cách đây
VM.cpp a007b3c379 LibJS: Move "strict mode" state to the call stack 4 năm trước cách đây
VM.h a007b3c379 LibJS: Move "strict mode" state to the call stack 4 năm trước cách đây
Value.cpp fa18baf3e8 LibJS: Add Value::is_nullish() 4 năm trước cách đây
Value.h fa18baf3e8 LibJS: Add Value::is_nullish() 4 năm trước cách đây