Searched refs:SealHandleScope (Results 1 – 25 of 27) sorted by relevance
12
47 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()101 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()110 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()119 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()130 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()155 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()234 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()248 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()255 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()292 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
17 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()108 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()128 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()202 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()209 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()217 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
88 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()99 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()424 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()446 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()477 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()487 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()512 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()523 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()601 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()611 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()[all …]
107 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()135 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()159 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()167 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()175 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
137 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()145 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()153 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
38 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()67 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
25 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()98 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()175 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()182 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()292 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()306 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
614 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()726 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()735 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()744 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()752 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()865 SealHandleScope scope(isolate); in RUNTIME_FUNCTION()874 SealHandleScope scope(isolate); in RUNTIME_FUNCTION()941 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
24 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()31 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()119 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()266 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
26 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()40 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()67 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()81 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()94 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()423 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()433 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()441 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()1468 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()1536 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()[all …]
18 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
132 SealHandleScope scope(isolate); in RUNTIME_FUNCTION()140 SealHandleScope scope(isolate); in RUNTIME_FUNCTION()
92 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()101 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()168 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()432 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
976 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()984 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
407 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
17 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
403 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
1444 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()1453 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
123 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) { in SealHandleScope() function136 inline SealHandleScope::~SealHandleScope() { in ~SealHandleScope()
389 class SealHandleScope final {392 explicit SealHandleScope(Isolate* isolate) {} in SealHandleScope() function393 ~SealHandleScope() {} in ~SealHandleScope()395 explicit inline SealHandleScope(Isolate* isolate);396 inline ~SealHandleScope();
77 SealHandleScope shs(isolate); in DecodeIt()
125 SealHandleScope shs(isolate); in Invoke()
81 SealHandleScope shs(isolate); in BUILTIN()
861 SealHandleScope shs(isolate); in BUILTIN()
930 class V8_EXPORT SealHandleScope {932 SealHandleScope(Isolate* isolate);933 ~SealHandleScope();935 SealHandleScope(const SealHandleScope&) = delete;936 void operator=(const SealHandleScope&) = delete;