Home
last modified time | relevance | path

Searched defs:HandleScope (Results 1 – 25 of 49) sorted by relevance

12

/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/neon-runtime-0.9.1/src/napi/
H A Draw.rs13 pub struct HandleScope { struct
14 pub word: napi::HandleScope, argument
17 impl HandleScope { implementation
25 impl Default for HandleScope { implementation
H A Dscope.rs14 impl Root for HandleScope { implementation
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/scrolling/
H A Dscroll_into_view_test.cc34 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
55 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
87 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
116 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
156 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
186 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
234 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
299 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
346 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
403 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/scrolling/
H A Dscroll_into_view_test.cc34 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
55 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
87 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
116 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
156 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
186 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
234 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
299 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
346 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
403 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Statements/
H A DHandleScope.cs14 public sealed class HandleScope<THandle> : NativeActivity class
19 public HandleScope() in HandleScope() method in System.Activities.Statements.HandleScope
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/input/
H A Dscroll_snap_test.cc36 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in SetUpForDiv() local
208 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
274 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
341 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
H A Doverscroll_behavior_test.cc31 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in SetUp() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/input/
H A Dscroll_snap_test.cc36 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in SetUpForDiv() local
210 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
276 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
343 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in TEST_F() local
H A Doverscroll_behavior_test.cc32 v8::HandleScope HandleScope(v8::Isolate::GetCurrent()); in SetUp() local
/dports/lang/v8/v8-9.6.180.12/src/handles/
H A Dhandles-inl.h82 HandleScope::HandleScope(Isolate* isolate) { in HandleScope() function
90 HandleScope::HandleScope(HandleScope&& other) V8_NOEXCEPT in HandleScope() function
H A Dhandles.h18 class HandleScope; variable
316 friend class HandleScope; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/handles/
H A Dhandles-inl.h82 HandleScope::HandleScope(Isolate* isolate) { in HandleScope() function
90 HandleScope::HandleScope(HandleScope&& other) V8_NOEXCEPT in HandleScope() function
H A Dhandles.h313 friend class HandleScope; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/handles/
H A Dhandles-inl.h89 HandleScope::HandleScope(Isolate* isolate) { in HandleScope() function
97 HandleScope::HandleScope(HandleScope&& other) V8_NOEXCEPT in HandleScope() function
H A Dhandles.h293 friend class HandleScope; variable
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/neon-runtime-0.9.1/src/nan/
H A Dscope.rs17 impl Root for HandleScope { implementation
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DRooting.h47 typedef JS::Handle<Scope*> HandleScope; typedef
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dhandles-inl.h29 HandleScope::HandleScope(Isolate* isolate) { in HandleScope() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DRooting.h54 using HandleScope = JS::Handle<Scope*>; variable
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DRooting.h54 using HandleScope = JS::Handle<Scope*>; variable
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DRooting.h54 using HandleScope = JS::Handle<Scope*>; variable
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DRooting.h56 using HandleScope = JS::Handle<Scope*>; variable
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A Dregexp-shim.cc66 HandleScope::HandleScope(Isolate* isolate) in HandleScope() function in v8::internal::HandleScope
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/
H A DRegExpShim.cpp71 HandleScope::HandleScope(Isolate* isolate) : isolate_(isolate) { in HandleScope() function in v8::internal::HandleScope
/dports/www/firefox/firefox-99.0/js/src/irregexp/
H A DRegExpShim.cpp71 HandleScope::HandleScope(Isolate* isolate) : isolate_(isolate) { in HandleScope() function in v8::internal::HandleScope

12