Home
last modified time | relevance | path

Searched defs:tryCatch (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-value-utils.cc17 v8::TryCatch tryCatch(context->GetIsolate()); in createDataProperty() local
27 v8::TryCatch tryCatch(context->GetIsolate()); in createDataProperty() local
Dcustom-preview.cc26 void reportError(v8::Local<v8::Context> context, const v8::TryCatch& tryCatch) { in reportError()
48 void reportError(v8::Local<v8::Context> context, const v8::TryCatch& tryCatch, in reportError()
71 v8::TryCatch tryCatch(isolate); in substituteObjectTags() local
161 v8::TryCatch tryCatch(isolate); in bodyCallback() local
265 v8::TryCatch tryCatch(isolate); in generateCustomPreview() local
Dv8-regex.cc32 v8::TryCatch tryCatch(isolate); in V8Regex() local
68 v8::TryCatch tryCatch(isolate); in match() local
Dvalue-mirror.cc261 v8::TryCatch tryCatch(isolate); in descriptionForError() local
835 v8::TryCatch tryCatch(isolate); in isArrayLike() local
1271 v8::TryCatch tryCatch(isolate); in createNativeGetter() local
1314 v8::TryCatch tryCatch(isolate); in createNativeSetter() local
1344 v8::TryCatch tryCatch(isolate); in doesAttributeHaveObservableSideEffectOnGet() local
1381 v8::TryCatch tryCatch(isolate); in getProperties() local
1534 v8::TryCatch tryCatch(isolate); in getInternalProperties() local
1589 v8::TryCatch tryCatch(isolate); in getPrivateProperties() local
1648 v8::TryCatch tryCatch(isolate); in clientMirror() local
Dinjected-script.h151 const v8::TryCatch& tryCatch() const { return m_tryCatch; } in tryCatch() function
Dinjected-script.cc370 v8::TryCatch tryCatch(isolate); in getProperties() local
791 const v8::TryCatch& tryCatch, const String16& objectGroup, in createExceptionDetails()
842 v8::MaybeLocal<v8::Value> maybeResultValue, const v8::TryCatch& tryCatch, in wrapEvaluateResult()
Dv8-inspector-impl.cc481 v8::TryCatch tryCatch(m_isolate); in associateExceptionData() local
533 v8::TryCatch tryCatch(m_isolate); in getAssociatedExceptionDataForProtocol() local
Dv8-webdriver-serializer.cc51 v8::TryCatch tryCatch(isolate); in descriptionForDate() local
Dv8-console-message.cc280 v8::TryCatch tryCatch(isolate); in wrapArguments() local
Dv8-runtime-agent-impl.cc98 const v8::TryCatch& tryCatch, in wrapEvaluateResultAsync()
Dv8-console.cc760 v8::TryCatch tryCatch(isolate); in queryObjectsCallback() local
Dv8-debugger-agent-impl.cc796 v8::TryCatch tryCatch(m_isolate); in getPossibleBreakpoints() local
/third_party/typescript/tests/baselines/reference/
DnarrowExceptionVariableInCatchClause.js4 function tryCatch() { function
/third_party/typescript/tests/cases/conformance/types/any/
DnarrowExceptionVariableInCatchClause.ts3 function tryCatch() { function
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
Dtest_try_catch.js17 const tryCatch = require('../mutators/try_catch.js'); constant
/third_party/node/src/quic/
Dsessionticket.cc60 errors::TryCatchScope tryCatch(env); in FromV8Value() local