HomeSort by relevance Sort by last modified time
    Searched full:handlescope (Results 26 - 50 of 254) sorted by null

12 3 4 5 6 7 8 91011

  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8_embeddertest.cpp 21 v8::HandleScope handle_scope(isolate());
  /external/v8/src/
handles.h 80 // Handles are only valid within a HandleScope. When a handle is created
81 // for an object a cell is allocated in the current HandleScope.
254 class HandleScope {
256 explicit inline HandleScope(Isolate* isolate);
258 inline ~HandleScope();
276 // Closes the HandleScope (invalidating all handles
277 // created in the scope of the HandleScope) and returns
292 HandleScope(const HandleScope&);
293 void operator=(const HandleScope&)
    [all...]
accessors.cc 114 HandleScope scope(isolate);
134 HandleScope scope(isolate);
158 HandleScope scope(isolate);
170 HandleScope scope(isolate);
218 HandleScope scope(isolate);
253 HandleScope scope(isolate);
280 HandleScope scope(isolate);
305 HandleScope scope(isolate);
329 HandleScope scope(isolate);
353 HandleScope scope(isolate)
    [all...]
compilation-cache.cc 98 { HandleScope scope(isolate());
153 { HandleScope scope(isolate());
195 HandleScope scope(isolate());
205 HandleScope scope(isolate());
236 HandleScope scope(isolate());
247 HandleScope scope(isolate());
275 HandleScope scope(isolate());
344 HandleScope scope(isolate());
  /external/v8/src/runtime/
runtime-test.cc 18 HandleScope scope(isolate);
27 HandleScope scope(isolate);
54 HandleScope scope(isolate);
104 HandleScope scope(isolate);
141 HandleScope scope(isolate);
187 HandleScope scope(isolate);
198 HandleScope scope(isolate);
244 HandleScope scope(isolate);
252 HandleScope scope(isolate);
267 HandleScope scope(isolate)
    [all...]
runtime-liveedit.cc 22 HandleScope scope(isolate);
64 HandleScope scope(isolate);
82 HandleScope scope(isolate);
105 HandleScope scope(isolate);
118 HandleScope scope(isolate);
132 HandleScope scope(isolate);
159 HandleScope scope(isolate);
182 HandleScope scope(isolate);
199 HandleScope scope(isolate);
238 HandleScope scope(isolate)
    [all...]
runtime-array.cc 21 HandleScope scope(isolate);
50 HandleScope scope(isolate);
88 HandleScope scope(isolate);
104 HandleScope scope(isolate);
116 HandleScope scope(isolate);
139 HandleScope scope(isolate);
182 HandleScope scope(isolate);
324 HandleScope scope(isolate);
340 HandleScope scope(isolate);
352 HandleScope scope(isolate)
    [all...]
runtime-typedarray.cc 25 HandleScope scope(isolate);
58 HandleScope scope(isolate);
99 HandleScope scope(isolate);
182 HandleScope scope(isolate);
278 HandleScope scope(isolate); \
291 HandleScope scope(isolate);
314 HandleScope scope(isolate);
382 HandleScope scope(isolate);
389 HandleScope scope(isolate);
398 HandleScope scope(isolate)
    [all...]
runtime-compiler.cc 21 HandleScope scope(isolate);
43 HandleScope scope(isolate);
56 HandleScope scope(isolate);
70 HandleScope scope(isolate);
84 HandleScope scope(isolate);
116 HandleScope scope(isolate);
197 HandleScope scope(isolate);
287 HandleScope scope(isolate);
354 HandleScope scope(isolate);
runtime-maths.cc 17 HandleScope scope(isolate);
28 HandleScope scope(isolate);
41 HandleScope scope(isolate);
64 HandleScope scope(isolate);
81 HandleScope scope(isolate);
runtime-scopes.cc 23 HandleScope scope(isolate);
35 HandleScope scope(isolate);
111 HandleScope scope(isolate);
163 HandleScope scope(isolate);
176 HandleScope handle_scope(isolate);
317 HandleScope scope(isolate);
325 HandleScope scope(isolate);
506 HandleScope scope(isolate);
520 HandleScope scope(isolate);
545 HandleScope scope(isolate)
    [all...]
runtime-atomics.cc 327 HandleScope scope(isolate);
336 HandleScope scope(isolate);
344 HandleScope scope(isolate);
351 HandleScope scope(isolate);
385 HandleScope scope(isolate);
417 HandleScope scope(isolate);
449 HandleScope scope(isolate);
481 HandleScope scope(isolate);
513 HandleScope scope(isolate);
545 HandleScope scope(isolate)
    [all...]
  /external/v8/test/cctest/heap/
test-compaction.cc 45 HandleScope scope1(isolate);
50 HandleScope scope2(isolate);
91 HandleScope scope1(isolate);
96 HandleScope scope2(isolate);
111 HandleScope scope3(isolate);
165 HandleScope scope1(isolate);
173 HandleScope temporary_scope(isolate);
193 HandleScope scope3(isolate);
252 HandleScope scope1(isolate);
259 HandleScope temporary_scope(isolate)
    [all...]
test-heap.cc 137 HandleScope outer_scope(isolate);
150 HandleScope sc(isolate);
254 HandleScope sc(isolate);
442 HandleScope sc(isolate);
456 HandleScope inner_scope(isolate);
482 HandleScope inner_scope(isolate);
502 HandleScope scope(isolate);
529 v8::HandleScope scope(CcTest::isolate());
549 HandleScope scope(isolate);
604 HandleScope scope(isolate)
    [all...]
  /external/skia/experimental/SkV8Example/
Path2D.cpp 23 v8::HandleScope handleScope(gGlobal->getIsolate());
JsContext.cpp 29 v8::EscapableHandleScope handleScope(fGlobal->getIsolate());
60 return handleScope.Escape(result);
68 v8::HandleScope handleScope(fGlobal->getIsolate());
111 v8::HandleScope handleScope(fGlobal->getIsolate());
  /external/v8/test/cctest/
test-decls.cc 56 HandleScope scope(isolate);
120 HandleScope scope(isolate);
147 HandleScope scope(CcTest::isolate());
230 HandleScope scope(CcTest::isolate());
267 HandleScope scope(isolate);
337 HandleScope scope(CcTest::isolate());
380 HandleScope scope(CcTest::isolate());
424 HandleScope scope(CcTest::isolate());
473 HandleScope scope(CcTest::isolate());
510 HandleScope scope(context_->GetIsolate())
    [all...]
test-assembler-x87.cc 53 HandleScope scope(isolate);
80 HandleScope scope(isolate);
117 HandleScope scope(isolate);
163 HandleScope scope(isolate);
186 HandleScope scope(isolate);
241 HandleScope scope(isolate);
255 HandleScope scope(isolate);
320 HandleScope scope(isolate);
367 HandleScope scope(isolate);
test-lockers.cc 46 using ::v8::HandleScope;
70 v8::HandleScope scope(isolate_);
81 v8::HandleScope scope(isolate_);
107 v8::HandleScope handle_scope(isolate);
186 v8::HandleScope handle_scope(isolate_);
237 v8::HandleScope handle_scope(isolate_);
284 v8::HandleScope handle_scope(isolate1_);
331 HandleScope handle_scope(isolate_);
354 v8::HandleScope handle_scope(isolate_);
411 v8::HandleScope handle_scope(isolate_)
    [all...]
test-mementos.cc 59 v8::HandleScope scope(CcTest::isolate());
73 v8::HandleScope scope(CcTest::isolate());
91 v8::HandleScope scope(CcTest::isolate());
test-code-layout.cc 12 HandleScope handle_scope(CcTest::i_isolate());
43 HandleScope handle_scope(CcTest::i_isolate());
test-compiler.cc 88 v8::HandleScope scope(CcTest::isolate());
107 v8::HandleScope scope(CcTest::isolate());
125 v8::HandleScope scope(CcTest::isolate());
144 v8::HandleScope scope(CcTest::isolate());
150 v8::HandleScope scope(CcTest::isolate());
165 v8::HandleScope scope(CcTest::isolate());
196 v8::HandleScope scope(CcTest::isolate());
216 v8::HandleScope scope(CcTest::isolate());
252 v8::HandleScope scope(CcTest::isolate());
264 v8::HandleScope scope(CcTest::isolate())
    [all...]
test-api.cc 65 using ::v8::HandleScope;
97 v8::HandleScope scope(env->GetIsolate());
155 v8::HandleScope scope(CcTest::isolate());
179 v8::HandleScope scope(CcTest::isolate());
223 v8::HandleScope scope(isolate);
309 v8::HandleScope scope(isolate);
322 v8::HandleScope scope(isolate);
339 v8::HandleScope scope(env->GetIsolate());
362 v8::HandleScope scope(env->GetIsolate());
434 v8::HandleScope scope(env->GetIsolate())
    [all...]
test-api-interceptors.cc 27 using ::v8::HandleScope;
354 v8::HandleScope scope(isolate);
382 v8::HandleScope scope(isolate);
417 v8::HandleScope scope(isolate);
640 v8::HandleScope scope(isolate);
674 v8::HandleScope scope(isolate);
715 v8::HandleScope scope(isolate);
748 v8::HandleScope scope(isolate);
784 v8::HandleScope scope(isolate);
824 v8::HandleScope scope(isolate)
    [all...]
  /external/v8/test/fuzzer/
fuzzer-support.cc 56 v8::HandleScope handle_scope(isolate_);
67 v8::HandleScope handle_scope(isolate_);

Completed in 706 milliseconds

12 3 4 5 6 7 8 91011