Home
last modified time | relevance | path

Searched defs:try_catch (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium_org/gin/
Dshell_runner.cc44 TryCatch& try_catch) { in UnhandledException()
68 TryCatch try_catch; in Run() local
84 TryCatch try_catch; in Call() local
101 TryCatch try_catch; in Run() local
Dwrappable_unittest.cc189 gin::TryCatch try_catch; in TEST_F() local
215 gin::TryCatch try_catch; in TEST_F() local
238 gin::TryCatch try_catch; in TEST_F() local
261 gin::TryCatch try_catch; in TEST_F() local
/external/chromium_org/content/renderer/pepper/
Dplugin_object.cc74 PepperTryCatchVar try_catch(instance, NULL); in Create() local
98 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kAllowObjectVars, in SetNamedProperty() local
130 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kAllowObjectVars, in EnumerateNamedProperties() local
183 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kAllowObjectVars, in GetPropertyOrMethod() local
228 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kAllowObjectVars, in Call() local
Dppb_var_deprecated_impl.cc85 PepperTryCatchVar try_catch(accessor.instance(), exception); in HasPropertyDeprecated() local
101 PepperTryCatchVar try_catch(accessor.instance(), exception); in HasMethodDeprecated() local
118 PepperTryCatchVar try_catch(accessor.instance(), exception); in GetProperty() local
138 PepperTryCatchVar try_catch(accessor.instance(), exception); in EnumerateProperties() local
168 PepperTryCatchVar try_catch(accessor.instance(), exception); in SetPropertyDeprecated() local
184 PepperTryCatchVar try_catch(accessor.instance(), exception); in DeletePropertyDeprecated() local
211 PepperTryCatchVar try_catch(accessor.instance(), exception); in CallDeprecatedInternal() local
Dhost_var_tracker_unittest.cc90 PepperTryCatchForTest try_catch(instance2.get()); in TEST_F() local
107 PepperTryCatchForTest try_catch(instance()); in TEST_F() local
Dmessage_channel.cc217 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kDisallowObjectVars, in GetNamedProperty() local
249 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kDisallowObjectVars, in SetNamedProperty() local
299 PepperTryCatchV8 try_catch(instance_, V8VarConverter::kDisallowObjectVars, in PostBlockingMessageToNative() local
Dv8_var_converter.cc395 v8::TryCatch try_catch; in ToV8Value() local
431 v8::TryCatch try_catch; in ToV8Value() local
536 v8::TryCatch try_catch; in FromV8ValueInternal() local
590 v8::TryCatch try_catch; in FromV8ValueInternal() local
/external/chromium_org/v8/test/cctest/
Dtest-thread-termination.cc64 v8::TryCatch try_catch; in DoLoop() local
89 v8::TryCatch try_catch; in DoLoopNoCall() local
220 v8::TryCatch try_catch; in LoopGetProperty() local
274 v8::TryCatch try_catch; in ReenterAfterTermination() local
327 v8::TryCatch try_catch; in DoLoopCancelTerminate() local
425 v8::TryCatch try_catch; in TEST() local
Dtest-global-object.cc40 v8::TryCatch try_catch; in TEST() local
Dtest-api.cc198 v8::TryCatch try_catch; in TestSignature() local
4258 v8::TryCatch try_catch; in THREADED_TEST() local
4270 v8::TryCatch try_catch; in TEST() local
4529 TryCatch try_catch; in THREADED_TEST() local
4759 static void CheckUncle(v8::TryCatch* try_catch) { in CheckUncle()
4876 v8::TryCatch try_catch; in THREADED_TEST() local
4933 v8::TryCatch try_catch; in CCatcher() local
4966 v8::TryCatch try_catch; in THREADED_TEST() local
5162 v8::TryCatch try_catch; in TEST() local
5177 v8::TryCatch try_catch; in TEST() local
[all …]
/external/chromium_org/v8/samples/
Dlineprocessor.cc170 v8::TryCatch try_catch; in RunMain() local
182 v8::TryCatch try_catch; in RunMain() local
238 v8::TryCatch try_catch; in RunCppCycle() local
298 void ReportException(v8::Isolate* isolate, v8::TryCatch* try_catch) { in ReportException()
Dshell.cc327 v8::TryCatch try_catch; in ExecuteString() local
358 void ReportException(v8::Isolate* isolate, v8::TryCatch* try_catch) { in ReportException()
/external/chromium_org/chrome/test/base/
Dv8_unit_test.cc126 v8::TryCatch try_catch; in RunJavascriptTestF() local
225 v8::TryCatch try_catch; in ExecuteScriptInContext() local
237 std::string V8UnitTest::ExceptionToString(const v8::TryCatch& try_catch) { in ExceptionToString()
270 v8::TryCatch try_catch; in TestFunction() local
/external/chromium_org/v8/src/
Dd8-debug.cc28 TryCatch try_catch; in HandleDebugEvent() local
79 TryCatch try_catch; in HandleDebugEvent() local
Dmessages.cc116 v8::TryCatch try_catch; in ReportMessage() local
/external/chromium_org/extensions/renderer/
Dmodule_system.cc75 virtual void HandleUncaughtException(const v8::TryCatch& try_catch) OVERRIDE { in HandleUncaughtException()
95 const v8::TryCatch& try_catch) { in CreateExceptionString()
187 void ModuleSystem::HandleException(const v8::TryCatch& try_catch) { in HandleException()
287 v8::TryCatch try_catch; in CallModuleMethod() local
362 v8::TryCatch try_catch; in LazyFieldGetterInner() local
456 v8::TryCatch try_catch; in RunString() local
630 v8::TryCatch try_catch; in LoadModule() local
Dutils_native_handler.cc77 v8::TryCatch try_catch; in CreateClassWrapper() local
Dactivity_log_converter_strategy.cc20 v8::TryCatch try_catch; in SummarizeV8Value() local
/external/chromium_org/content/renderer/
Dv8_value_converter_impl.cc238 v8::TryCatch try_catch; in ToV8Array() local
260 v8::TryCatch try_catch; in ToV8Object() local
399 v8::TryCatch try_catch; in FromV8Array() local
512 v8::TryCatch try_catch; in FromV8Object() local
/external/chromium_org/gin/test/
Dfile_runner.cc48 TryCatch& try_catch) { in UnhandledException()
/external/chromium_org/v8/test/cctest/compiler/
Dfunction-tester.h92 TryCatch try_catch; in CheckThrows() local
103 TryCatch try_catch; in CheckThrowsReturnMessage() local
/external/chromium_org/mojo/apps/js/
Dmojo_runner_delegate.cc76 gin::TryCatch& try_catch) { in UnhandledException()
/external/chromium_org/gin/shell/
Dgin_main.cc48 TryCatch& try_catch) OVERRIDE { in UnhandledException()
/external/chromium_org/third_party/skia/experimental/SkV8Example/
DJsContext.cpp121 v8::TryCatch try_catch; in initialize() local
/external/skia/experimental/SkV8Example/
DJsContext.cpp121 v8::TryCatch try_catch; in initialize() local

12