| 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. |
| 6 // DO NOT MODIFY! |
| 6 | 7 |
| 7 // clang-format off | 8 // clang-format off |
| 8 | 9 |
| 9 #include "VoidCallbackFunctionModules.h" | 10 #include "VoidCallbackFunctionModules.h" |
| 10 | 11 |
| 11 #include "bindings/core/v8/ExceptionState.h" | 12 #include "bindings/core/v8/ExceptionState.h" |
| 12 #include "bindings/core/v8/ScriptState.h" | 13 #include "bindings/core/v8/ScriptState.h" |
| 13 #include "bindings/core/v8/ToV8.h" | 14 #include "bindings/core/v8/ToV8.h" |
| 14 #include "bindings/core/v8/V8Binding.h" | 15 #include "bindings/core/v8/V8Binding.h" |
| 15 #include "core/dom/ExecutionContext.h" | 16 #include "core/dom/ExecutionContext.h" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 v8::TryCatch exceptionCatcher(m_scriptState->isolate()); | 56 v8::TryCatch exceptionCatcher(m_scriptState->isolate()); |
| 56 exceptionCatcher.SetVerbose(true); | 57 exceptionCatcher.SetVerbose(true); |
| 57 | 58 |
| 58 if (V8ScriptRunner::callFunction(m_callback.newLocal(m_scriptState->isolate())
, m_scriptState->getExecutionContext(), thisValue, 0, argv, m_scriptState->isola
te()).ToLocal(&v8ReturnValue)) { | 59 if (V8ScriptRunner::callFunction(m_callback.newLocal(m_scriptState->isolate())
, m_scriptState->getExecutionContext(), thisValue, 0, argv, m_scriptState->isola
te()).ToLocal(&v8ReturnValue)) { |
| 59 return true; | 60 return true; |
| 60 } | 61 } |
| 61 return false; | 62 return false; |
| 62 } | 63 } |
| 63 | 64 |
| 64 } // namespace blink | 65 } // namespace blink |
| OLD | NEW |