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

Side by Side Diff: Source/bindings/tests/results/V8TestObject.cpp

Issue 553483004: Revert of [oilpan]: optimize the way we allocate persistent handles in wrappers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: merge conflicts Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! 5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
6 6
7 #include "config.h" 7 #include "config.h"
8 #include "V8TestObject.h" 8 #include "V8TestObject.h"
9 9
10 #include "bindings/core/v8/BindingSecurity.h" 10 #include "bindings/core/v8/BindingSecurity.h"
(...skipping 10811 matching lines...) Expand 10 before | Expand all | Expand 10 after
10822 void V8TestObject::refObject(ScriptWrappableBase* internalPointer) 10822 void V8TestObject::refObject(ScriptWrappableBase* internalPointer)
10823 { 10823 {
10824 internalPointer->toImpl<TestObject>()->ref(); 10824 internalPointer->toImpl<TestObject>()->ref();
10825 } 10825 }
10826 10826
10827 void V8TestObject::derefObject(ScriptWrappableBase* internalPointer) 10827 void V8TestObject::derefObject(ScriptWrappableBase* internalPointer)
10828 { 10828 {
10829 internalPointer->toImpl<TestObject>()->deref(); 10829 internalPointer->toImpl<TestObject>()->deref();
10830 } 10830 }
10831 10831
10832 WrapperPersistentNode* V8TestObject::createPersistentHandle(ScriptWrappableBase* internalPointer) 10832 PersistentNode* V8TestObject::createPersistentHandle(ScriptWrappableBase* intern alPointer)
10833 { 10833 {
10834 ASSERT_NOT_REACHED(); 10834 ASSERT_NOT_REACHED();
10835 return 0; 10835 return 0;
10836 } 10836 }
10837 10837
10838 template<> 10838 template<>
10839 v8::Handle<v8::Value> toV8NoInline(TestObject* impl, v8::Handle<v8::Object> crea tionContext, v8::Isolate* isolate) 10839 v8::Handle<v8::Value> toV8NoInline(TestObject* impl, v8::Handle<v8::Object> crea tionContext, v8::Isolate* isolate)
10840 { 10840 {
10841 return toV8(impl, creationContext, isolate); 10841 return toV8(impl, creationContext, isolate);
10842 } 10842 }
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
11374 PrivateScriptRunner::runDOMAttributeSetter(scriptState, "TestObject", "enumF orPrivateScript", holder, v8String(scriptState->isolate(), cppValue)); 11374 PrivateScriptRunner::runDOMAttributeSetter(scriptState, "TestObject", "enumF orPrivateScript", holder, v8String(scriptState->isolate(), cppValue));
11375 if (block.HasCaught()) { 11375 if (block.HasCaught()) {
11376 PrivateScriptRunner::rethrowExceptionInPrivateScript(scriptState->isolat e(), exceptionState, block); 11376 PrivateScriptRunner::rethrowExceptionInPrivateScript(scriptState->isolat e(), exceptionState, block);
11377 block.ReThrow(); 11377 block.ReThrow();
11378 return false; 11378 return false;
11379 } 11379 }
11380 return true; 11380 return true;
11381 } 11381 }
11382 11382
11383 } // namespace blink 11383 } // namespace blink
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.h ('k') | Source/bindings/tests/results/V8TestSpecialOperations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698