Home | History | Annotate | Download | only in fxjs

Lines Matching refs:m_pIsolate

67 CFXJSE_Value::CFXJSE_Value(v8::Isolate* pIsolate) : m_pIsolate(pIsolate) {}
74 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
75 v8::Local<v8::Value> pValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
86 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
88 v8::Local<v8::FunctionTemplate>::New(m_pIsolate, pClass->m_hTemplate);
91 m_hValue.Reset(m_pIsolate, hObject);
96 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
97 v8::Local<v8::Array> hArrayObject = v8::Array::New(m_pIsolate, values.size());
101 m_pIsolate, v.get()->DirectGetValue()));
103 m_hValue.Reset(m_pIsolate, hArrayObject);
107 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
108 v8::Local<v8::Value> hDate = v8::Date::New(m_pIsolate, dDouble);
109 m_hValue.Reset(m_pIsolate, hDate);
113 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
114 v8::Local<v8::Value> pValue = v8::Number::New(m_pIsolate, ftod(fFloat));
115 m_hValue.Reset(m_pIsolate, pValue);
121 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
123 v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
128 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue());
130 v8::String::NewFromUtf8(m_pIsolate, szPropName.unterminated_c_str(),
139 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
141 v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
147 m_pIsolate, szPropName.unterminated_c_str(),
155 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
157 v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
162 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue());
168 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
170 v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
180 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
182 v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
187 m_pIsolate, szPropName.unterminated_c_str(), v8::String::kNormalString,
194 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
196 v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
201 m_pIsolate, szPropName.unterminated_c_str(), v8::String::kNormalString,
206 ->HasOwnProperty(m_pIsolate->GetCurrentContext(), hKey)
213 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
215 v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
220 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->m_hValue);
223 m_pIsolate->GetCurrentContext(),
224 v8::String::NewFromUtf8(m_pIsolate, szPropName.unterminated_c_str(),
235 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
238 v8::Local<v8::Value>::New(m_pIsolate, lpOldFunction->DirectGetValue());
244 v8::Local<v8::Value>::New(m_pIsolate, lpNewThis->DirectGetValue());
250 v8::String::NewFromUtf8(m_pIsolate,
256 hBinderFunc->Call(m_pIsolate->GetCurrentContext()->Global(), 2, rgArgs);
260 m_hValue.Reset(m_pIsolate, hBoundFunction);
268 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
269 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
277 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
278 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
286 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
287 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
295 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
296 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
304 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
305 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
313 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
314 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
322 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
323 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
331 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
332 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
340 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
341 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
349 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
350 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
356 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
357 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
363 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
364 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
370 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
371 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
377 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
378 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
384 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(m_pIsolate);
385 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
387 v8::String::Utf8Value hStringVal(m_pIsolate, hString);
392 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
393 v8::Local<v8::Value> hValue = v8::Undefined(m_pIsolate);
394 m_hValue.Reset(m_pIsolate, hValue);
398 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
399 v8::Local<v8::Value> hValue = v8::Null(m_pIsolate);
400 m_hValue.Reset(m_pIsolate, hValue);
404 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
405 v8::Local<v8::Value> hValue = v8::Boolean::New(m_pIsolate, bBoolean != false);
406 m_hValue.Reset(m_pIsolate, hValue);
410 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
411 v8::Local<v8::Value> hValue = v8::Integer::New(m_pIsolate, nInteger);
412 m_hValue.Reset(m_pIsolate, hValue);
416 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
417 v8::Local<v8::Value> hValue = v8::Number::New(m_pIsolate, dDouble);
418 m_hValue.Reset(m_pIsolate, hValue);
422 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate);
424 m_pIsolate, reinterpret_cast<const char*>(szString.raw_str()),
426 m_hValue.Reset(m_pIsolate, hValue);