Home | History | Annotate | Download | only in custom

Lines Matching refs:isolate

58 v8::Handle<v8::Object> wrap(SVGPathSeg* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
63 return wrap(static_cast<SVGPathSegClosePath*>(impl), creationContext, isolate);
65 return wrap(static_cast<SVGPathSegMovetoAbs*>(impl), creationContext, isolate);
67 return wrap(static_cast<SVGPathSegMovetoRel*>(impl), creationContext, isolate);
69 return wrap(static_cast<SVGPathSegLinetoAbs*>(impl), creationContext, isolate);
71 return wrap(static_cast<SVGPathSegLinetoRel*>(impl), creationContext, isolate);
73 return wrap(static_cast<SVGPathSegCurvetoCubicAbs*>(impl), creationContext, isolate);
75 return wrap(static_cast<SVGPathSegCurvetoCubicRel*>(impl), creationContext, isolate);
77 return wrap(static_cast<SVGPathSegCurvetoQuadraticAbs*>(impl), creationContext, isolate);
79 return wrap(static_cast<SVGPathSegCurvetoQuadraticRel*>(impl), creationContext, isolate);
81 return wrap(static_cast<SVGPathSegArcAbs*>(impl), creationContext, isolate);
83 return wrap(static_cast<SVGPathSegArcRel*>(impl), creationContext, isolate);
85 return wrap(static_cast<SVGPathSegLinetoHorizontalAbs*>(impl), creationContext, isolate);
87 return wrap(static_cast<SVGPathSegLinetoHorizontalRel*>(impl), creationContext, isolate);
89 return wrap(static_cast<SVGPathSegLinetoVerticalAbs*>(impl), creationContext, isolate);
91 return wrap(static_cast<SVGPathSegLinetoVerticalRel*>(impl), creationContext, isolate);
93 return wrap(static_cast<SVGPathSegCurvetoCubicSmoothAbs*>(impl), creationContext, isolate);
95 return wrap(static_cast<SVGPathSegCurvetoCubicSmoothRel*>(impl), creationContext, isolate);
97 return wrap(static_cast<SVGPathSegCurvetoQuadraticSmoothAbs*>(impl), creationContext, isolate);
99 return wrap(static_cast<SVGPathSegCurvetoQuadraticSmoothRel*>(impl), creationContext, isolate);
102 return V8SVGPathSeg::createWrapper(impl, creationContext, isolate);