Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(324)

Issue 77090043: only check for is object on instance (not prototype) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by rafaelw
Modified:
11 years, 1 month ago
Reviewers:
arv, rafaelw1, John Messerly
Base URL:
https://github.com/Polymer/observe-js.git@master
Visibility:
Public.

Description

only check for is object on instance (not prototype) R=arv BUG= Committed: https://github.com/Polymer/observe-js/commit/5db3ef5

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/observe.js View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5
rafaelw
I realize this will miss the case of having (e.g) a number on the prototype ...
11 years, 1 month ago (2014-03-17 21:23:41 UTC) #1
rafaelw
Committed patchset #1 manually as r5db3ef5 (presubmit successful).
11 years, 1 month ago (2014-03-17 21:23:54 UTC) #2
John Messerly
lgtm. yeah, seems like a reasonable tradeoff.
11 years, 1 month ago (2014-03-17 22:42:09 UTC) #3
arv
LGTM The [[Prototype]] cannot be a number. Only objects and null allowed.
11 years, 1 month ago (2014-03-24 17:04:05 UTC) #4
rafaelw1
11 years, 1 month ago (2014-03-24 17:18:57 UTC) #5
Even better!


On Mon, Mar 24, 2014 at 10:04 AM, <arv@chromium.org> wrote:

> LGTM
>
> The [[Prototype]] cannot be a number. Only objects and null allowed.
>
> https://codereview.appspot.com/77090043/
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b