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

Issue 24118003: Pass isolate to v8::Undefined() function (Closed)

Created:
7 years, 3 months ago by do-not-use
Modified:
7 years, 3 months ago
CC:
blink-reviews, Nils Barth (inactive), kojih, jsbell+bindings_chromium.org, eae+blinkwatch, abarth-chromium, marja+watch_chromium.org, dglazkov+blink, adamk+blink_chromium.org, Nate Chapin, do-not-use
Visibility:
Public.

Description

Pass isolate to v8::Undefined() function Pass isolate to v8::Undefined() function to avoid implicit call to v8::Isolate::GetCurrent(). R=haraken BUG=263412 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157782

Patch Set 1 #

Patch Set 2 : Rebase on master #

Patch Set 3 : Rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -52 lines) Patch
M Source/bindings/scripts/deprecated_code_generator_v8.pm View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 14 chunks +14 lines, -14 lines 0 comments Download
M Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/ExceptionState.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/NPV8Object.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/ScriptPreprocessor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/SerializedScriptValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/V8AbstractEventListener.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/V8Binding.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/V8Binding.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/V8PerContextData.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/bindings/v8/V8ThrowException.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/V8ThrowException.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/bindings/v8/WorkerScriptController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8IDBAnyCustom.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M Source/bindings/v8/custom/V8PromiseResolverCustom.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8WindowCustom.cpp View 1 3 chunks +5 lines, -5 lines 0 comments Download
M Source/web/WebBindings.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
do-not-use
Adding abarth for Source/web
7 years, 3 months ago (2013-09-12 07:54:09 UTC) #1
haraken
LGTM. v8::Undefined(isolate) always performs better than v8::Undefined(), so this change makes sense. One thing we ...
7 years, 3 months ago (2013-09-12 09:31:20 UTC) #2
do-not-use
abarth@, could you please take a look for Source/web ?
7 years, 3 months ago (2013-09-13 16:02:13 UTC) #3
abarth-chromium
LGTM Can we add per-file OWNERS for WebBindings to let the Source/bindings OWNERS review changes ...
7 years, 3 months ago (2013-09-13 17:48:02 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/24118003/1
7 years, 3 months ago (2013-09-13 17:48:30 UTC) #5
commit-bot: I haz the power
Failed to apply patch for Source/bindings/v8/custom/V8PromiseResolverCustom.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 3 months ago (2013-09-13 17:48:35 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/24118003/13001
7 years, 3 months ago (2013-09-13 18:28:08 UTC) #7
commit-bot: I haz the power
7 years, 3 months ago (2013-09-13 20:42:36 UTC) #8
Message was sent while issue was closed.
Change committed as 157782

Powered by Google App Engine
This is Rietveld 408576698