index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
assert.js
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-11
lib: don't use global Buffer
Roman Reiss
1
-0
/
+1
2015-05-09
lib: fix eslint styles
Yosuke Furukawa
1
-1
/
+1
2015-03-23
assert: simplify logic of testing buffer equality
Alex Yursha
1
-7
/
+2
2015-02-09
assert: introduce `deepStrictEqual`
Vladimir Kurchatkin
1
-10
/
+26
2015-02-06
assert: don't compare object `prototype` property
Vladimir Kurchatkin
1
-2
/
+0
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-7
/
+7
2015-01-31
assert: use util.inspect() to create error messages
cjihrig
1
-15
/
+2
2015-01-21
lib: use const to define constants
cjihrig
1
-3
/
+3
2015-01-12
assert: throw when block is not a function
cjihrig
1
-0
/
+4
2014-12-22
assert: fix deepEqual regression
teppeis
1
-9
/
+6
2014-11-22
lib: turn on strict mode
Ben Noordhuis
1
-0
/
+2
2014-07-29
Merge remote-tracking branch 'origin/v0.10' into master
Fedor Indutny
1
-1
/
+1
2014-07-10
lib: remove and restructure calls to isNaN()
cjihrig
1
-1
/
+1
2014-03-02
Merge remote-tracking branch 'origin/v0.10'
Fedor Indutny
1
-4
/
+5
2014-02-25
assert: Ensure reflexivity of deepEqual
Mike Pennisi
1
-4
/
+5
2013-10-11
assert: indicate if exception message is generated
Glen Mailer
1
-1
/
+7
2013-08-01
src: Replace macros with util functions
isaacs
1
-10
/
+10
2013-07-30
assert: replace !!!value with just !value
Ben Noordhuis
1
-1
/
+1
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-14
/
+10
2013-05-14
lint
isaacs
1
-1
/
+1
2013-04-19
lint
isaacs
1
-1
/
+1
2013-04-18
assert: put info in err.message, not err.name
Ryan Doenges
1
-12
/
+6
2013-04-03
assert: Simplify AssertError creation
isaacs
1
-14
/
+10
2012-12-29
assert: improve support for new execution contexts
lukebayes
1
-1
/
+1
2012-08-29
doc: update assert.doesNotThrow() docs
Ben Noordhuis
1
-1
/
+1
2012-07-29
assert: fix throws() throws an error without message property
koichik
1
-2
/
+2
2012-07-25
assert: remove unnecessary use of __proto__
Nathan Rajlich
1
-4
/
+2
2012-03-12
docs: correct the description of assert.ok()
Nao Iizuka
1
-1
/
+1
2011-12-20
assert: test `RegExp`'s properties when checking for equality
Maciej Małecki
1
-2
/
+7
2011-12-20
assert: .deepEqual() support for RegExp objects
Pedro Teixeira
1
-2
/
+7
2011-10-05
Fixed a lot of jslint errors.
Colton Baker
1
-2
/
+2
2011-10-02
assert: Make `assert` module an `assert.ok` function
Maciej Małecki
1
-2
/
+3
2011-08-09
Improve assert error messages
Ryan Dahl
1
-17
/
+28
2011-07-14
Improvements AssertionError message
koichik
1
-2
/
+14
2011-01-06
Lint
Ryan Dahl
1
-1
/
+1
2010-12-21
fix assert.throws
Oleg Slobodskoi
1
-5
/
+6
2010-12-01
lint
Ryan Dahl
1
-41
/
+43
2010-11-29
assert.throws can now accept as RegExp
Oleg Slobodskoi
1
-30
/
+33
2010-10-11
Soft migration of sys -> util, Removal of deprecated utils module.
Micheil Smith
1
-2
/
+2
2010-10-06
syntax fixes to pass jslint
Joshaven Potter
1
-2
/
+2
2010-09-07
Special deepEquals for buffer
Ryan Dahl
1
-0
/
+9
2010-05-21
Add assert.ifError
Mikeal Rogers
1
-0
/
+1
2010-04-11
trailing whitespace fixes
isaacs
1
-1
/
+1
2010-03-15
Include lib/ directory in node executable. Compile on demand.
Ryan Dahl
1
-3
/
+3
2010-03-01
Move process.inherits to sys
Ryan Dahl
1
-2
/
+2
2010-01-24
Make assert.AssertionError instance of Error
Ryan Dahl
1
-0
/
+1
2009-12-29
Stack trace for asserts shouldn't include assert module
Ryan Dahl
1
-24
/
+22
2009-12-29
Fix assert.js code style
Ryan Dahl
1
-155
/
+156
2009-12-05
Dependency free assert module with unit tests
Karl Guertin
1
-50
/
+160
2009-12-05
CommonJS testing for node.js
Felix Geisendörfer
1
-0
/
+176