Changeset 15384 in webkit for trunk/JavaScriptCore/API/testapi.js
- Timestamp:
- Jul 12, 2006, 2:55:55 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/testapi.js
r15133 r15384 82 82 shouldBe("typeof constructedObject", "object"); 83 83 shouldBe("constructedObject.value", 1); 84 shouldBe("(new MyObject()) instanceof MyObject", true); 85 shouldBe("(new Object()) instanceof MyObject", false);
Note:
See TracChangeset
for help on using the changeset viewer.