Copyright year update
parent
f264c1bf63
commit
cdbcada4d2
2
index.js
2
index.js
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Provides ease of access to all submodules
|
* Provides ease of access to all submodules
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Handles building of classes
|
* Handles building of classes
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Handles building members (properties, methods) in a pre-ES5 environment
|
* Handles building members (properties, methods) in a pre-ES5 environment
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Contains fallback visibility object factory
|
* Contains fallback visibility object factory
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
* methods use ___$$keywords$$, whereas properties use [ val, keywords ]. Decide
|
* methods use ___$$keywords$$, whereas properties use [ val, keywords ]. Decide
|
||||||
* on a common format.
|
* on a common format.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Validation rules for members
|
* Validation rules for members
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Builds method wrappers
|
* Builds method wrappers
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Default method wrapper functions
|
* Default method wrapper functions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Contains visibility object factory
|
* Contains visibility object factory
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Contains factory for visibility object factory
|
* Contains factory for visibility object factory
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Contains basic inheritance mechanism
|
* Contains basic inheritance mechanism
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* to allow abstract methods within a class, forcing users to clearly state
|
* to allow abstract methods within a class, forcing users to clearly state
|
||||||
* that a class is abstract.
|
* that a class is abstract.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Wrapper permitting the definition of final classes
|
* Wrapper permitting the definition of final classes
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Contains interface module
|
* Contains interface module
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Property keyword parser module
|
* Property keyword parser module
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Contains utilities functions shared by modules
|
* Contains utilities functions shared by modules
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* ease.js warning system
|
* ease.js warning system
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Note that this test case can also be run in an ES5 environment.
|
* Note that this test case can also be run in an ES5 environment.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests fallback visibility object factory
|
* Tests fallback visibility object factory
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests extending of interfaces
|
* Tests extending of interfaces
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests interfaces
|
* Tests interfaces
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests MemberBuilder getter/setter builder
|
* Tests MemberBuilder getter/setter builder
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests method builder
|
* Tests method builder
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests MemberBuilder property builder
|
* Tests MemberBuilder property builder
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests visibility portion of member builder
|
* Tests visibility portion of member builder
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Shared functions for MemberBuilder tests
|
* Shared functions for MemberBuilder tests
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* These tests can be run in a pre-ES5 environment since they do not deal with
|
* These tests can be run in a pre-ES5 environment since they do not deal with
|
||||||
* actual getters/setters; they deal only with the data associated with them.
|
* actual getters/setters; they deal only with the data associated with them.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests member builder validation rules
|
* Tests member builder validation rules
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests member builder validation rules
|
* Tests member builder validation rules
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Shared functions for MemberBuilderValidator tests
|
* Shared functions for MemberBuilderValidator tests
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests MethodWrapperFactory prototype
|
* Tests MethodWrapperFactory prototype
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests method sut
|
* Tests method sut
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests factory for visibility object factory
|
* Tests factory for visibility object factory
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests visibility object factory
|
* Tests visibility object factory
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Common paths for testing
|
* Common paths for testing
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Simple X-Unit-style test cases
|
* Simple X-Unit-style test cases
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Common performance testing functionality
|
* Common performance testing functionality
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Tests amount of time taken to declare 1000 classes with a few members,
|
* Tests amount of time taken to declare 1000 classes with a few members,
|
||||||
* private keyword
|
* private keyword
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Tests amount of time taken to declare 1000 classes with a few members,
|
* Tests amount of time taken to declare 1000 classes with a few members,
|
||||||
* protected keyword
|
* protected keyword
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Tests amount of time taken to declare 1000 classes with a few members, public
|
* Tests amount of time taken to declare 1000 classes with a few members, public
|
||||||
* keyword
|
* keyword
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Tests amount of time taken to declare 1000 classes with a few members, no
|
* Tests amount of time taken to declare 1000 classes with a few members, no
|
||||||
* keywords
|
* keywords
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests amount of time taken to declare 1000 classes
|
* Tests amount of time taken to declare 1000 classes
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Tests amount of time taken to declare 1000 classes with a few properties,
|
* Tests amount of time taken to declare 1000 classes with a few properties,
|
||||||
* private keyword
|
* private keyword
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Tests amount of time taken to declare 1000 classes with a few properties,
|
* Tests amount of time taken to declare 1000 classes with a few properties,
|
||||||
* protected keyword
|
* protected keyword
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Tests amount of time taken to declare 1000 classes with a few properties,
|
* Tests amount of time taken to declare 1000 classes with a few properties,
|
||||||
* public keyword
|
* public keyword
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Tests amount of time taken to declare 1000 classes with few properties, no
|
* Tests amount of time taken to declare 1000 classes with few properties, no
|
||||||
* keywords
|
* keywords
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests amount of time taken to declare 1000 classes
|
* Tests amount of time taken to declare 1000 classes
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Tests amount of time taken to declare read properties internally and
|
* Tests amount of time taken to declare read properties internally and
|
||||||
* externally
|
* externally
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests amount of time taken to instantiate anonymous classes
|
* Tests amount of time taken to instantiate anonymous classes
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests amount of time taken to instantiate named classes
|
* Tests amount of time taken to instantiate named classes
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* will remove this performance hit if the Class contains no private
|
* will remove this performance hit if the Class contains no private
|
||||||
* members.
|
* members.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests amount of time spent on requiring class module
|
* Tests amount of time spent on requiring class module
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Tests amount of time taken to declare read properties internally and
|
* Tests amount of time taken to declare read properties internally and
|
||||||
* externally
|
* externally
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* This script must be fed the tests to be run as arguments, one test case per
|
* This script must be fed the tests to be run as arguments, one test case per
|
||||||
* argument. All test cases should use common.testCase().
|
* argument. All test cases should use common.testCase().
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests abstract classes
|
* Tests abstract classes
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests class module constructor creation
|
* Tests class module constructor creation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests class module extend() method
|
* Tests class module extend() method
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests class getter/setter inheritance
|
* Tests class getter/setter inheritance
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests class interface implement method
|
* Tests class interface implement method
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests class naming
|
* Tests class naming
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests class parent invocation
|
* Tests class parent invocation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests class member visibility (public, private, protected)
|
* Tests class member visibility (public, private, protected)
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests class module object creation
|
* Tests class module object creation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests const keyword
|
* Tests const keyword
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests final members
|
* Tests final members
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests class builder member restrictions
|
* Tests class builder member restrictions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests static members
|
* Tests static members
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* See also: test-class-visibility.js
|
* See also: test-class-visibility.js
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* choice. It is intended to catch errors early, to ensure bugs are not
|
* choice. It is intended to catch errors early, to ensure bugs are not
|
||||||
* committed between browser tests.
|
* committed between browser tests.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests combined file (basic evaluation)
|
* Tests combined file (basic evaluation)
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests index.js
|
* Tests index.js
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests interface naming
|
* Tests interface naming
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests property keyword parser
|
* Tests property keyword parser
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Copyright (C) 2010 Mike Gerwitz
|
# Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
#
|
#
|
||||||
# This file is part of ease.js.
|
# This file is part of ease.js.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests util abstract functions
|
* Tests util abstract functions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests util.clone
|
* Tests util.clone
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests util.copy
|
* Tests util.copy
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests util.defineSecureProp
|
* Tests util.defineSecureProp
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests util.getPropertyDescriptor
|
* Tests util.getPropertyDescriptor
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests util.propParse keyword parsing
|
* Tests util.propParse keyword parsing
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests util.propParse
|
* Tests util.propParse
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests the Warning prototype
|
* Tests the Warning prototype
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests core warning handlers
|
* Tests core warning handlers
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Tests warning system implementation
|
* Tests warning system implementation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2010 Mike Gerwitz
|
# Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
#
|
#
|
||||||
# This file is part of ease.js.
|
# This file is part of ease.js.
|
||||||
#
|
#
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
*
|
*
|
||||||
* Circular dependencies are not supported, nor should they be.
|
* Circular dependencies are not supported, nor should they be.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Mike Gerwitz
|
* Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
*
|
*
|
||||||
* This file is part of ease.js.
|
* This file is part of ease.js.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Included in full combined file for test cases
|
# Included in full combined file for test cases
|
||||||
#
|
#
|
||||||
# Copyright (C) 2010 Mike Gerwitz
|
# Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
#
|
#
|
||||||
# This file is part of ease.js.
|
# This file is part of ease.js.
|
||||||
#
|
#
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
# to keep it as simple (and fast) as possible. The below implementation is
|
# to keep it as simple (and fast) as possible. The below implementation is
|
||||||
# suitable for our needs.
|
# suitable for our needs.
|
||||||
#
|
#
|
||||||
# Copyright (C) 2010 Mike Gerwitz
|
# Copyright (C) 2010,2011 Mike Gerwitz
|
||||||
#
|
#
|
||||||
# This file is part of ease.js.
|
# This file is part of ease.js.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue