Searched refs:fIsolate (Results 1 – 4 of 4) sorted by relevance
/external/skia/experimental/SkV8Example/ |
D | Global.cpp | 34 HandleScope handleScope(fIsolate); in reportException() 122 gGlobal->fTimeouts[id].Reset(gGlobal->fIsolate, timeoutFn); in SetTimeout() 130 args.GetReturnValue().Set(Integer::New(gGlobal->fIsolate, id)); in SetTimeout() 182 global->Set(v8::String::NewFromUtf8(fIsolate, "print"), in createRootContext() 183 v8::FunctionTemplate::New(fIsolate, Global::Print)); in createRootContext() 184 global->Set(v8::String::NewFromUtf8(fIsolate, "setTimeout"), in createRootContext() 185 v8::FunctionTemplate::New(fIsolate, Global::SetTimeout)); in createRootContext() 186 global->Set(v8::String::NewFromUtf8(fIsolate, "inval"), in createRootContext() 187 v8::FunctionTemplate::New(fIsolate, Global::Inval)); in createRootContext() 190 return Context::New(fIsolate, NULL, global); in createRootContext() [all …]
|
D | Global.h | 31 : fIsolate(isolate) in Global() 44 return Local<Context>::New(fIsolate, fContext); in getContext() 48 return fIsolate; in getIsolate() 74 Isolate* fIsolate; variable
|
/external/chromium_org/third_party/skia/experimental/SkV8Example/ |
D | Global.cpp | 34 HandleScope handleScope(fIsolate); in reportException() 122 gGlobal->fTimeouts[id].Reset(gGlobal->fIsolate, timeoutFn); in SetTimeout() 130 args.GetReturnValue().Set(Integer::New(gGlobal->fIsolate, id)); in SetTimeout() 182 global->Set(v8::String::NewFromUtf8(fIsolate, "print"), in createRootContext() 183 v8::FunctionTemplate::New(fIsolate, Global::Print)); in createRootContext() 184 global->Set(v8::String::NewFromUtf8(fIsolate, "setTimeout"), in createRootContext() 185 v8::FunctionTemplate::New(fIsolate, Global::SetTimeout)); in createRootContext() 186 global->Set(v8::String::NewFromUtf8(fIsolate, "inval"), in createRootContext() 187 v8::FunctionTemplate::New(fIsolate, Global::Inval)); in createRootContext() 190 return Context::New(fIsolate, NULL, global); in createRootContext() [all …]
|
D | Global.h | 31 : fIsolate(isolate) in Global() 44 return Local<Context>::New(fIsolate, fContext); in getContext() 48 return fIsolate; in getIsolate() 74 Isolate* fIsolate; variable
|