OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v8Array
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/v8/
OptionsObject.cpp
116
v8::Local<v8::Array>
v8Array
= v8::Local<v8::Array>::Cast(v8Value);
117
for (size_t i = 0; i <
v8Array
->Length(); ++i) {
118
v8::Local<v8::Value> indexedValue =
v8Array
->Get(v8::Integer::New(i));
V8Binding.cpp
596
v8::Local<v8::Array>
v8Array
= v8::Local<v8::Array>::Cast(v8Value);
597
for (size_t i = 0; i <
v8Array
->Length(); ++i) {
598
v8::Local<v8::Value> indexedValue =
v8Array
->Get(v8::Integer::New(i));
Completed in 90 milliseconds