Home | History | Annotate | Download | only in javascript

Lines Matching refs:GetIsolate

17 static v8::Isolate* GetIsolate(IFXJS_Context* cc)

25 return pRuntime->GetIsolate();
79 array.SetElement(0, CJS_Value(array.GetIsolate(), "T"));
82 array.SetElement(0, CJS_Value(array.GetIsolate(),"G"));
83 array.SetElement(1, CJS_Value(array.GetIsolate(),color.fColor1));
86 array.SetElement(0, CJS_Value(array.GetIsolate(),"RGB"));
87 array.SetElement(1, CJS_Value(array.GetIsolate(),color.fColor1));
88 array.SetElement(2, CJS_Value(array.GetIsolate(),color.fColor2));
89 array.SetElement(3, CJS_Value(array.GetIsolate(),color.fColor3));
92 array.SetElement(0, CJS_Value(array.GetIsolate(),"CMYK"));
93 array.SetElement(1, CJS_Value(array.GetIsolate(),color.fColor1));
94 array.SetElement(2, CJS_Value(array.GetIsolate(),color.fColor2));
95 array.SetElement(3, CJS_Value(array.GetIsolate(),color.fColor3));
96 array.SetElement(4, CJS_Value(array.GetIsolate(),color.fColor4));
106 CJS_Value value(array.GetIsolate());
162 v8::Isolate* isolate = pContext->GetJSRuntime()->GetIsolate();\
193 v8::Isolate* isolate = GetIsolate(cc);
234 v8::Isolate* isolate = GetIsolate(cc);