| OLD | NEW |
| 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 "V8TestObject.h" | 7 #include "V8TestObject.h" |
| 8 | 8 |
| 9 #include "bindings/core/v8/BindingSecurity.h" | 9 #include "bindings/core/v8/BindingSecurity.h" |
| 10 #include "bindings/core/v8/Dictionary.h" | 10 #include "bindings/core/v8/Dictionary.h" |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 #include "bindings/core/v8/V8TestInterface.h" | 46 #include "bindings/core/v8/V8TestInterface.h" |
| 47 #include "bindings/core/v8/V8TestInterfaceEmpty.h" | 47 #include "bindings/core/v8/V8TestInterfaceEmpty.h" |
| 48 #include "bindings/core/v8/V8TestInterfaceGarbageCollected.h" | 48 #include "bindings/core/v8/V8TestInterfaceGarbageCollected.h" |
| 49 #include "bindings/core/v8/V8TestNode.h" | 49 #include "bindings/core/v8/V8TestNode.h" |
| 50 #include "bindings/core/v8/V8TestObject.h" | 50 #include "bindings/core/v8/V8TestObject.h" |
| 51 #include "bindings/core/v8/V8Uint8Array.h" | 51 #include "bindings/core/v8/V8Uint8Array.h" |
| 52 #include "bindings/core/v8/V8Window.h" | 52 #include "bindings/core/v8/V8Window.h" |
| 53 #include "bindings/core/v8/V8XPathNSResolver.h" | 53 #include "bindings/core/v8/V8XPathNSResolver.h" |
| 54 #include "core/HTMLNames.h" | 54 #include "core/HTMLNames.h" |
| 55 #include "core/dom/ClassCollection.h" | 55 #include "core/dom/ClassCollection.h" |
| 56 #include "core/dom/DOMArrayBuffer.h" | |
| 57 #include "core/dom/Document.h" | 56 #include "core/dom/Document.h" |
| 58 #include "core/dom/FlexibleArrayBufferView.h" | 57 #include "core/dom/FlexibleArrayBufferView.h" |
| 59 #include "core/dom/MessagePort.h" | |
| 60 #include "core/dom/TagCollection.h" | 58 #include "core/dom/TagCollection.h" |
| 61 #include "core/dom/custom/CustomElementProcessingStack.h" | 59 #include "core/dom/custom/CustomElementProcessingStack.h" |
| 62 #include "core/frame/Deprecation.h" | 60 #include "core/frame/Deprecation.h" |
| 63 #include "core/frame/ImageBitmap.h" | |
| 64 #include "core/frame/LocalFrame.h" | 61 #include "core/frame/LocalFrame.h" |
| 65 #include "core/frame/UseCounter.h" | 62 #include "core/frame/UseCounter.h" |
| 66 #include "core/html/HTMLCollection.h" | 63 #include "core/html/HTMLCollection.h" |
| 67 #include "core/html/HTMLDataListOptionsCollection.h" | 64 #include "core/html/HTMLDataListOptionsCollection.h" |
| 68 #include "core/html/HTMLFormControlsCollection.h" | 65 #include "core/html/HTMLFormControlsCollection.h" |
| 69 #include "core/html/HTMLTableRowsCollection.h" | 66 #include "core/html/HTMLTableRowsCollection.h" |
| 70 #include "core/inspector/ConsoleMessage.h" | 67 #include "core/inspector/ConsoleMessage.h" |
| 71 #include "core/inspector/ScriptArguments.h" | 68 #include "core/inspector/ScriptArguments.h" |
| 72 #include "core/origin_trials/OriginTrials.h" | 69 #include "core/origin_trials/OriginTrials.h" |
| 73 #include "platform/RuntimeEnabledFeatures.h" | 70 #include "platform/RuntimeEnabledFeatures.h" |
| (...skipping 12490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12564 ScriptState::Scope scope(scriptState); | 12561 ScriptState::Scope scope(scriptState); |
| 12565 v8::Local<v8::Value> holder = toV8(holderImpl, scriptState->context()->Globa
l(), scriptState->isolate()); | 12562 v8::Local<v8::Value> holder = toV8(holderImpl, scriptState->context()->Globa
l(), scriptState->isolate()); |
| 12566 if (holder.IsEmpty()) | 12563 if (holder.IsEmpty()) |
| 12567 return false; | 12564 return false; |
| 12568 | 12565 |
| 12569 ExceptionState exceptionState(ExceptionState::SetterContext, "enumForPrivate
Script", "TestObject", scriptState->context()->Global(), scriptState->isolate())
; | 12566 ExceptionState exceptionState(ExceptionState::SetterContext, "enumForPrivate
Script", "TestObject", scriptState->context()->Global(), scriptState->isolate())
; |
| 12570 return PrivateScriptRunner::runDOMAttributeSetter(scriptState, scriptStateIn
UserScript, "TestObject", "enumForPrivateScript", holder, v8String(scriptState->
isolate(), cppValue)); | 12567 return PrivateScriptRunner::runDOMAttributeSetter(scriptState, scriptStateIn
UserScript, "TestObject", "enumForPrivateScript", holder, v8String(scriptState->
isolate(), cppValue)); |
| 12571 } | 12568 } |
| 12572 | 12569 |
| 12573 } // namespace blink | 12570 } // namespace blink |
| OLD | NEW |