mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 02:20:08 +00:00
Merge branch 'master' of github.com:flynx/object.js
This commit is contained in:
commit
436d854abd
@ -235,8 +235,8 @@ function(obj, stop, all){
|
|||||||
// Non-strict match...
|
// Non-strict match...
|
||||||
// match(a, b, true)
|
// match(a, b, true)
|
||||||
//
|
//
|
||||||
// This is similar to the default case but uses equality rather than
|
// This is similar to the default case but uses equality rather than
|
||||||
// identity to match values.
|
// identity to match values.
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
// NOTE: this will do a shallow test using Object.keys(..) thus .__proto__
|
// NOTE: this will do a shallow test using Object.keys(..) thus .__proto__
|
||||||
@ -497,8 +497,9 @@ function(func){
|
|||||||
|
|
||||||
// XXX EXPEREMENTAL...
|
// XXX EXPEREMENTAL...
|
||||||
// should we support multple names???
|
// should we support multple names???
|
||||||
// XXX
|
// XXX replace the current version with these..c
|
||||||
var _sources =
|
// ...this will lead to breaking API..
|
||||||
|
ear _sources =
|
||||||
module._sources =
|
module._sources =
|
||||||
function*(obj, name=undefined){
|
function*(obj, name=undefined){
|
||||||
while(obj != null){
|
while(obj != null){
|
||||||
|
|||||||
2
test.js
2
test.js
@ -1041,4 +1041,4 @@ typeof(__filename) != 'undefined'
|
|||||||
|
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* vim:set ts=4 sw=4 : */ return module })
|
* vim:set ts=4 sw=4 nowrap : */ return module })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user