This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<script src="traer.js"></script> | |
<script> | |
/************************************ JSBUG ************************************ | |
* | |
* SpiderMonkey bug description | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function select (a) { | |
return { | |
from : function (b) { | |
return { | |
where : function (c) { | |
return { | |
equals : function (d) { | |
var foo = []; | |
for (prop in b){ | |
if (b[prop][c] == d){ |