HomeSort by relevance Sort by last modified time
    Searched refs:HandleScope (Results 1 - 25 of 310) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/
WebTestingSupport.cpp 37 v8::HandleScope handleScope;
43 v8::HandleScope handleScope;
  /external/chromium_org/v8/src/
apiutils.h 43 // to access the HandleScope data.
44 typedef v8::HandleScope::Data HandleScopeData;
handles-inl.h 43 location_ = HandleScope::CreateHandle(obj->GetIsolate(), obj);
50 location_ = HandleScope::CreateHandle(isolate, obj);
109 HandleScope::HandleScope(Isolate* isolate) {
119 HandleScope::~HandleScope() {
124 void HandleScope::CloseScope(Isolate* isolate,
144 Handle<T> HandleScope::CloseAndEscape(Handle<T> handle_value) {
164 T** HandleScope::CreateHandle(Isolate* isolate, T* value) {
  /external/v8/test/cctest/
test-func-name-inference.cc 54 v8::HandleScope scope;
57 v8::HandleScope scope;
113 v8::HandleScope scope;
125 v8::HandleScope scope;
137 v8::HandleScope scope;
151 v8::HandleScope scope;
165 v8::HandleScope scope;
181 v8::HandleScope scope;
199 v8::HandleScope scope;
217 v8::HandleScope scope
    [all...]
test-weakmaps.cc 69 v8::HandleScope scope;
76 v8::HandleScope scope;
85 v8::HandleScope scope;
99 v8::HandleScope scope;
124 v8::HandleScope scope;
132 v8::HandleScope scope;
test-deoptimization.cc 116 v8::HandleScope scope;
154 v8::HandleScope scope;
193 v8::HandleScope scope;
218 v8::HandleScope scope;
245 v8::HandleScope scope;
273 v8::HandleScope scope;
311 v8::HandleScope scope;
340 v8::HandleScope scope;
430 v8::HandleScope scope;
442 v8::HandleScope scope
    [all...]
test-lockers.cc 47 using ::v8::HandleScope;
72 v8::HandleScope scope;
82 v8::HandleScope scope;
103 v8::HandleScope handle_scope;
183 v8::HandleScope handle_scope;
231 v8::HandleScope handle_scope;
265 v8::HandleScope handle_scope;
307 v8::HandleScope handle_scope;
351 HandleScope handle_scope;
370 v8::HandleScope handle_scope
    [all...]
test-compiler.cc 70 v8::HandleScope scope;
92 v8::HandleScope scope;
97 v8::HandleScope scope;
150 v8::HandleScope scope;
171 v8::HandleScope scope;
191 v8::HandleScope scope;
212 v8::HandleScope scope;
219 v8::HandleScope scope;
234 v8::HandleScope scope;
266 v8::HandleScope scope
    [all...]
test-decls.cc 112 HandleScope scope;
134 HandleScope scope;
205 HandleScope scope;
260 HandleScope scope;
314 HandleScope scope;
404 HandleScope scope;
496 HandleScope scope;
524 HandleScope scope;
586 HandleScope scope;
  /external/chromium_org/v8/test/cctest/
test-func-name-inference.cc 104 v8::HandleScope scope(CcTest::isolate());
116 v8::HandleScope scope(CcTest::isolate());
128 v8::HandleScope scope(CcTest::isolate());
142 v8::HandleScope scope(CcTest::isolate());
156 v8::HandleScope scope(CcTest::isolate());
172 v8::HandleScope scope(CcTest::isolate());
190 v8::HandleScope scope(CcTest::isolate());
208 v8::HandleScope scope(CcTest::isolate());
222 v8::HandleScope scope(CcTest::isolate());
238 v8::HandleScope scope(CcTest::isolate())
    [all...]
test-weaktypedarrays.cc 94 v8::HandleScope s1(context->GetIsolate());
97 v8::HandleScope s2(context->GetIsolate());
109 HandleScope scope2(isolate);
131 v8::HandleScope scope(context->GetIsolate());
134 v8::HandleScope s1(context->GetIsolate());
162 v8::HandleScope s2(context->GetIsolate());
187 v8::HandleScope s1(context->GetIsolate());
191 v8::HandleScope s2(context->GetIsolate());
194 v8::HandleScope s3(context->GetIsolate());
268 v8::HandleScope scope(context->GetIsolate())
    [all...]
test-compiler.cc 68 v8::HandleScope scope(args.GetIsolate());
137 v8::HandleScope scope(CcTest::isolate());
158 v8::HandleScope scope(CcTest::isolate());
178 v8::HandleScope scope(CcTest::isolate());
199 v8::HandleScope scope(CcTest::isolate());
206 v8::HandleScope scope(CcTest::isolate());
221 v8::HandleScope scope(CcTest::isolate());
253 v8::HandleScope scope(CcTest::isolate());
275 v8::HandleScope scope(CcTest::isolate());
313 v8::HandleScope scope(CcTest::isolate())
    [all...]
test-weakmaps.cc 82 HandleScope scope(isolate);
89 HandleScope scope(isolate);
98 HandleScope scope(isolate);
114 HandleScope scope(isolate);
142 HandleScope scope(isolate);
150 HandleScope scope(isolate);
183 HandleScope scope(isolate);
195 HandleScope scope(isolate);
222 HandleScope scope(isolate);
test-weaksets.cc 82 HandleScope scope(isolate);
89 HandleScope scope(isolate);
98 HandleScope scope(isolate);
114 HandleScope scope(isolate);
142 HandleScope scope(isolate);
150 HandleScope scope(isolate);
183 HandleScope scope(isolate);
195 HandleScope scope(isolate);
222 HandleScope scope(isolate);
test-serialize.cc 256 v8::HandleScope scope(isolate);
294 v8::HandleScope scope(v8::Isolate::GetCurrent());
312 v8::HandleScope scope(isolate);
326 v8::HandleScope scope(isolate);
340 v8::HandleScope scope(isolate);
358 v8::HandleScope scope(isolate);
382 HandleScope scope(isolate);
387 v8::HandleScope handle_scope(v8_isolate);
391 { HandleScope scope(isolate);
401 v8::HandleScope handle_scope(v8_isolate)
    [all...]
  /external/v8/src/
handles-inl.h 51 location_ = HandleScope::CreateHandle(obj, GetIsolateForHandle(obj));
58 location_ = HandleScope::CreateHandle(obj, isolate);
70 HandleScope::HandleScope() {
81 HandleScope::HandleScope(Isolate* isolate) {
92 HandleScope::~HandleScope() {
96 void HandleScope::CloseScope() {
113 Handle<T> HandleScope::CloseAndEscape(Handle<T> handle_value)
    [all...]
handles.h 40 // Handles are only valid within a HandleScope.
91 inline Handle<T> EscapeFrom(v8::HandleScope* scope);
110 class HandleScope {
112 inline HandleScope();
113 explicit inline HandleScope(Isolate* isolate);
115 inline ~HandleScope();
131 // Closes the HandleScope (invalidating all handles
132 // created in the scope of the HandleScope) and returns
142 HandleScope(const HandleScope&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptState.cpp 59 v8::HandleScope handleScope(m_isolate);
65 v8::HandleScope handleScope(m_isolate);
86 v8::HandleScope handleScope;
99 v8::HandleScope handleScope(m_isolate);
105 v8::HandleScope handleScope(m_isolate)
    [all...]
ScriptString.cpp 39 v8::HandleScope handleScope(isolate);
51 v8::HandleScope handleScope;
ScriptScope.h 47 v8::HandleScope m_handleScope;
DOMRequestState.h 58 v8::HandleScope m_handleScope;
  /external/chromium_org/third_party/WebKit/Source/core/testing/v8/
WebCoreTestSupport.cpp 45 v8::HandleScope scope;
59 v8::HandleScope scope;
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryListListener.cpp 31 v8::HandleScope handleScope;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestCallback.cpp 53 v8::HandleScope handleScope(isolate);
74 v8::HandleScope handleScope(isolate);
103 v8::HandleScope handleScope(isolate);
139 v8::HandleScope handleScope(isolate);
168 v8::HandleScope handleScope(isolate)
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
object_backed_native_handler.cc 41 v8::HandleScope handle_scope;
62 v8::HandleScope handle_scope(isolate);
79 v8::HandleScope handle_scope(isolate);

Completed in 2497 milliseconds

1 2 3 4 5 6 7 8 91011>>