Lines Matching refs:getIsolate
18 v8::HandleScope handleScope(gGlobal->getIsolate());
21 0, v8::External::New(gGlobal->getIsolate(), path));
27 global->getIsolate(), name, \
29 v8::FunctionTemplate::New(global->getIsolate(), fn))
37 v8::HandleScope handleScope(gGlobal->getIsolate());
45 gGlobal->getIsolate(), Path2DBuilder::ConstructPath);
61 gGlobal->getIsolate(), "Path2DBuilder"), constructor->GetFunction());
78 args.GetIsolate()->ThrowException(
80 args.GetIsolate(), "Error: 2 arguments required."));
91 args.GetIsolate()->ThrowException(
93 args.GetIsolate(), "Error: 2 arguments required."));
104 args.GetIsolate()->ThrowException(
106 args.GetIsolate(), "Error: 4 arguments required."));
123 args.GetIsolate()->ThrowException(
125 args.GetIsolate(), "Error: 6 arguments required."));
145 args.GetIsolate()->ThrowException(
147 args.GetIsolate(), "Error: 5 or 6 args required."));
181 args.GetIsolate()->ThrowException(
183 args.GetIsolate(), "Error: 4 arguments required."));
203 args.GetIsolate()->ThrowException(
205 args.GetIsolate(), "Error: 4 or 5 args required."));
229 args.GetIsolate()->ThrowException(
231 args.GetIsolate(), "Error: 5 args required."));