OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleScope
(Results
201 - 225
of
301
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptController.cpp
147
v8::
HandleScope
handleScope
(isolate());
V8NPObject.cpp
87
v8::
HandleScope
handleScope
(isolate);
469
v8::
HandleScope
scope(isolate);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorIndexedDBAgent.cpp
607
v8::
HandleScope
handleScope
(toIsolate(frame));
632
v8::
HandleScope
handleScope
(toIsolate(frame));
660
v8::
HandleScope
handleScope
(toIsolate(frame));
764
v8::
HandleScope
handleScope
(toIsolate(frame));
/external/chromium_org/v8/src/
runtime-profiler.cc
225
HandleScope
scope(isolate_);
liveedit.cc
550
HandleScope
subTaskScope(s1_->GetIsolate());
718
HandleScope
scope(isolate());
801
HandleScope
scope(isolate());
835
HandleScope
scope(isolate());
847
HandleScope
scope(isolate());
892
HandleScope
handle_scope(isolate());
1006
HandleScope
scope(isolate);
[
all
...]
bootstrapper.cc
317
HandleScope
scope(isolate_);
[
all
...]
json-parser.h
323
HandleScope
scope(isolate());
471
HandleScope
scope(isolate());
assembler.cc
[
all
...]
optimizing-compiler-thread.cc
237
HandleScope
handle_scope(isolate_);
/external/chromium_org/v8/test/cctest/
test-macro-assembler-ia32.cc
62
HandleScope
handles(isolate);
test-parsing.cc
178
v8::
HandleScope
handles(isolate);
356
v8::
HandleScope
handles(CcTest::isolate());
442
i::
HandleScope
test_scope(isolate);
548
v8::
HandleScope
handles(isolate);
[
all
...]
test-types.cc
206
HandleScope
scope(isolate);
231
HandleScope
scope(isolate);
245
HandleScope
scope(isolate);
266
HandleScope
scope(isolate);
351
HandleScope
scope(isolate);
425
HandleScope
scope(isolate);
608
HandleScope
scope(isolate);
test-regexp.cc
74
v8::
HandleScope
scope(CcTest::isolate());
85
v8::
HandleScope
scope(CcTest::isolate());
100
v8::
HandleScope
scope(CcTest::isolate());
119
v8::
HandleScope
scope(CcTest::isolate());
393
v8::
HandleScope
scope(CcTest::isolate());
535
v8::
HandleScope
scope(CcTest::isolate());
720
v8::
HandleScope
scope_;
[
all
...]
test-profile-generator.cc
612
v8::
HandleScope
scope(isolate);
694
v8::
HandleScope
hs(env->GetIsolate());
771
i::
HandleScope
scope(isolate);
796
v8::
HandleScope
hs(env->GetIsolate());
/external/v8/src/
assembler.cc
828
FUNCTION_ADDR(
HandleScope
::DeleteExtensions)));
940
return ExternalReference(
HandleScope
::current_level_address());
945
return ExternalReference(
HandleScope
::current_next_address());
950
return ExternalReference(
HandleScope
::current_limit_address());
[
all
...]
mksnapshot.cc
308
{
HandleScope
scope;
builtins.cc
463
HandleScope
handleScope
(isolate);
[
all
...]
liveobjectlist.cc
[
all
...]
runtime-profiler.cc
235
HandleScope
scope(isolate_);
/external/chromium_org/v8/include/
v8.h
337
friend class
HandleScope
;
413
friend class
HandleScope
;
472
* a Local handle only lives as long as the
HandleScope
in which it was
849
class V8_EXPORT
HandleScope
{
851
HandleScope
(Isolate* isolate);
853
~
HandleScope
();
874
V8_INLINE
HandleScope
() {}
879
HandleScope
(const
HandleScope
&);
880
void operator=(const
HandleScope
&)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptHostCustom.cpp
67
v8::
HandleScope
scope(value.isolate());
76
v8::
HandleScope
scope(isolate);
/external/v8/test/cctest/
test-assembler-x64.cc
364
v8::
HandleScope
scope;
377
v8::
HandleScope
scope;
test-regexp.cc
74
v8::
HandleScope
scope;
84
v8::
HandleScope
scope;
97
v8::
HandleScope
scope;
115
v8::
HandleScope
scope;
387
v8::
HandleScope
scope;
516
v8::
HandleScope
scope;
702
v8::
HandleScope
scope_;
[
all
...]
test-profile-generator.cc
39
v8::
HandleScope
hs;
48
v8::
HandleScope
hs;
762
v8::
HandleScope
scope;
767
v8::
HandleScope
scope;
/external/chromium_org/chrome/renderer/extensions/
extension_helper.cc
367
v8::
HandleScope
scope(v8::Isolate::GetCurrent());
Completed in 95 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>