Home | History | Annotate | Download | only in v8

Lines Matching refs:Local

99     v8::Local<v8::Object> options = m_options->ToObject();
111 bool Dictionary::getKey(const String& key, v8::Local<v8::Value>& value) const
115 v8::Local<v8::Object> options = m_options->ToObject();
129 bool Dictionary::get(const String& key, v8::Local<v8::Value>& value) const
136 v8::Local<v8::Value> v8Value;
140 v8::Local<v8::Boolean> v8Bool = v8Value->ToBoolean();
156 v8::Local<v8::Value> v8Value;
160 v8::Local<v8::Int32> v8Int32 = v8Value->ToInt32();
169 v8::Local<v8::Value> v8Value;
176 TONATIVE_DEFAULT(v8::Local<v8::Number>, v8Number, v8Value->ToNumber(), false);
204 v8::Local<v8::Value> v8Value;
227 v8::Local<v8::Value> v8Value;
238 v8::Local<v8::Value> v8Value;
256 v8::Local<v8::Value> v8Value;
260 v8::Local<v8::Int32> v8Int32 = v8Value->ToInt32();
269 v8::Local<v8::Value> v8Value;
273 v8::Local<v8::Int32> v8Int32 = v8Value->ToInt32();
282 v8::Local<v8::Value> v8Value;
286 v8::Local<v8::Int32> v8Int32 = v8Value->ToInt32();
295 v8::Local<v8::Value> v8Value;
299 v8::Local<v8::Integer> v8Integer = v8Value->ToInteger();
308 v8::Local<v8::Value> v8Value;
312 TONATIVE_DEFAULT(v8::Local<v8::Number>, v8Number, v8Value->ToNumber(), false);
322 v8::Local<v8::Value> v8Value;
334 v8::Local<v8::Value> v8Value;
344 v8::Local<v8::Value> v8Value;
361 v8::Local<v8::Value> v8Value;
370 v8::Local<v8::Value> v8Value;
380 v8::Local<v8::Array> v8Array = v8::Local<v8::Array>::Cast(v8Value);
382 v8::Local<v8::Value> indexedValue = v8Array->Get(v8::Integer::New(m_isolate, i));
394 v8::Local<v8::Value> v8Value;
411 v8::Local<v8::Value> v8Value;
422 v8::Local<v8::Value> v8Value;
432 v8::Local<v8::Value> v8Value;
442 v8::Local<v8::Value> v8Value;
452 v8::Local<v8::Value> v8Value;
462 v8::Local<v8::Value> v8Value;
482 v8::Local<v8::Value> v8Value;
492 v8::Local<v8::Value> v8Value;
502 v8::Local<v8::Value> v8Value;
512 v8::Local<v8::Value> v8Value;
522 v8::Local<v8::Value> v8Value;
547 v8::Local<v8::Value> v8Value;
562 v8::Local<v8::Value> v8Value;
574 v8::Local
590 v8::Local<v8::Value> v8Value;
597 v8::Local<v8::Array> v8Array = v8::Local<v8::Array>::Cast(v8Value);
599 v8::Local<v8::Value> indexedValue = v8Array->Get(v8::Uint32::New(m_isolate, i));
611 v8::Local<v8::Value> v8Value;
628 v8::Local<v8::Value> v8Value;
637 value = ArrayValue(v8::Local<v8::Array>::Cast(v8Value), m_isolate);
645 v8::Local<v8::Value> v8Value;
662 v8::Local<v8::Value> v8Value;
679 v8::Local<v8::Array> properties = options->GetOwnPropertyNames();
683 v8::Local<v8::String> key = properties->Get(i)->ToString();
687 v8::Local<v8::Value> value = options->Get(key);
706 v8::Local<v8::Array> properties = options->GetOwnPropertyNames();
710 v8::Local<v8::String> key = properties->Get(i)->ToString();