mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Pass tests in es5 test262 ch15.2.3.3 (except for URI-related features)
- Add every builtin function templates in es5 - Modification on Makefile target "check" should not trigger rebuild - Add JSON object - Implement some toString functions - Initialize m_value properly in ObjectPropertyDescriptor constructor
This commit is contained in:
parent
3aa287ee25
commit
c8840465d1
17 changed files with 670 additions and 183 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#include "Context.h"
|
||||
|
||||
namespace Escargot {
|
||||
const char* errorMessage_NotImplemented = "Not implemented";
|
||||
const char* errorMessage_IsNotDefined = "%s is not defined";
|
||||
const char* errorMessage_DefineProperty_Default = "Cannot define property '%s'";
|
||||
const char* errorMessage_DefineProperty_LengthNotWritable = "Cannot modify property '%s': 'length' is not writable";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue