Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Issue 7475: - Specialized IsClassOf for Number, Boolean, Arguments, and Function. (Closed)

Created:
12 years, 2 months ago by bak
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

- Specialized IsClassOf for Number, Boolean, Arguments, and Function. Committed: http://code.google.com/p/v8/source/detail?r=520

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -7 lines) Patch
M src/heap.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/runtime.h View 1 chunk +4 lines, -0 lines 1 comment Download
M src/runtime.cc View 1 chunk +20 lines, -0 lines 1 comment Download
M src/runtime.js View 1 chunk +2 lines, -2 lines 0 comments Download
M src/v8natives.js View 5 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
bak
12 years, 2 months ago (2008-10-17 11:12:45 UTC) #1
Mads Ager (chromium)
LGTM http://codereview.chromium.org/7475/diff/1/4 File src/runtime.cc (right): http://codereview.chromium.org/7475/diff/1/4#newcode224 Line 224: inline static Object* IsSpecificClassOf(Arguments args, String* name) ...
12 years, 2 months ago (2008-10-17 11:19:10 UTC) #2
Lasse Reichstein
12 years, 2 months ago (2008-10-17 11:21:07 UTC) #3
LGTM.

Powered by Google App Engine
This is Rietveld 408576698