mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:07:36 +00:00
LibJS: Add ObjectPrototype and implement hasOwnProperty()
All Objects will now have ObjectPrototype as their prototype, unless overridden.
This commit is contained in:
parent
f1f14945cf
commit
23b1d97b0d
8 changed files with 114 additions and 0 deletions
|
@ -9,6 +9,7 @@ OBJS = \
|
|||
Lexer.o \
|
||||
NativeFunction.o \
|
||||
Object.o \
|
||||
ObjectPrototype.o \
|
||||
Parser.o \
|
||||
PrimitiveString.o \
|
||||
ScriptFunction.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue