Home
last modified time | relevance | path

Searched refs:ReThrow (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DCustomElementConstructorBuilder.cpp80 tryCatch.ReThrow(); in validateOptions()
92 tryCatch.ReThrow(); in validateOptions()
100 tryCatch.ReThrow(); in validateOptions()
107 tryCatch.ReThrow(); in validateOptions()
124 tryCatch.ReThrow(); in validateOptions()
129 tryCatch.ReThrow(); in validateOptions()
135 tryCatch.ReThrow(); in validateOptions()
DV8BindingMacros.h46 return block.ReThrow(); \
68 block.ReThrow(); \
DPrivateScriptRunner.cpp254 block.ReThrow(); in runDOMAttributeGetter()
279 block.ReThrow(); in runDOMAttributeSetter()
298 block.ReThrow(); in runDOMMethod()
DV8Binding.h1007 m_block.ReThrow();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8InjectedScriptHostCustom.cpp342 v8SetReturnValue(info, tryCatch.ReThrow()); in evalMethodCustom()
/external/chromium_org/v8/src/
Druntime.h483 F(ReThrow, 1, 1) \
Disolate.cc844 Object* Isolate::ReThrow(Object* exception) { in ReThrow() function in v8::internal::Isolate
906 return ReThrow(thrown); in PromoteScheduledException()
Disolate.h767 Object* ReThrow(Object* exception);
Dd8.cc486 try_catch.ReThrow(); in Write()
Dapi.cc1969 v8::Handle<v8::Value> v8::TryCatch::ReThrow() { in ReThrow() function in v8::v8::TryCatch
Druntime.cc9548 return isolate->ReThrow(args[0]); in RUNTIME_FUNCTION()
/external/chromium_org/v8/include/
Dv8.h5297 Handle<Value> ReThrow();
/external/chromium_org/v8/test/cctest/
Dtest-api.cc5450 try_catch.ReThrow(); in TryCatchNested1Helper()
5463 try_catch.ReThrow(); in TryCatchNested2Helper()
5512 try_catch.ReThrow(); in TryCatchMixedNestingHelper()
18280 tc.ReThrow(); in SpaghettiIncident()
Dtest-debug.cc4041 tryCatch.ReThrow(); in TEST()
/external/chromium_org/v8/
DChangeLog6933 Added TryCatch::ReThrow method to the API.