Searched refs:Local (Results 226 - 250 of 367) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-x64.cc448 v8::Local<v8::Array> vec = v8::Local<v8::Array>::Cast(args[0]);
506 v8::Local<v8::Object> global_object = env->Global();
507 v8::Local<v8::Function> foo =
508 v8::Local<v8::Function>::Cast(global_object->Get(v8_str("foo")));
511 v8::Local<v8::Array> v8_vec = v8::Array::New(ELEMENT_COUNT);
516 v8::Local<v8::Value> args[] = { v8_vec };
517 v8::Local<v8::Value> result = foo->Call(global_object, 1, args);
H A Dtest-global-handles.cc333 v8::Local<v8::Object> object = v8::Object::New();
349 v8::Local<v8::Object> object;
352 v8::Local<v8::Value> local =
357 object = v8::Local<v8::Object>::GetEternal(v8_isolate, indices[i]);
359 v8::Local<v8::Value> value = object->Get(i);
H A Dtest-heap-profiler.cc416 v8::Local<v8::ObjectTemplate> global_template = v8::ObjectTemplate::New();
422 v8::Local<v8::Object> obj = v8::Object::New();
546 v8::Local<v8::String> s1_str = v8_str("s1");
547 v8::Local<v8::String> s2_str = v8_str("s2");
686 v8::Local<v8::String> json_string = v8::String::NewExternal(&json_res);
688 v8::Local<v8::Value> snapshot_parse_result = CompileRun(
693 v8::Local<v8::Object> parsed_snapshot =
701 v8::Local<v8::Value> meta_analysis_result = CompileRun(
740 v8::Local<v8::Value> string_obj_pos_val = CompileRun(
751 v8::Local<v
[all...]
/external/clang/include/clang/AST/
H A DMangle.h88 unsigned getBlockId(const BlockDecl *BD, bool Local) { argument
90 = Local? LocalBlockIds : GlobalBlockIds;
/external/v8/test/cctest/
H A Dtest-cpu-profiler.cc305 v8::Local<v8::String> name1 = v8::String::New("1");
316 v8::Local<v8::String> name2 = v8::String::New("2");
325 v8::Local<v8::String> name3 = v8::String::New("3");
351 v8::Local<v8::String> name1 = v8::String::New("1");
358 v8::Local<v8::String> token1 = v8::String::New("token1");
370 v8::Local<v8::String> name2 = v8::String::New("2");
372 v8::Local<v8::String> token2 = v8::String::New("token2");
380 v8::Local<v8::String> name3 = v8::String::New("3");
H A Dtest-heap-profiler.cc328 v8::Local<v8::ObjectTemplate> global_template = v8::ObjectTemplate::New();
334 v8::Local<v8::Object> obj = v8::Object::New();
599 v8::Local<v8::String> json_string = v8::String::NewExternal(&json_res);
601 v8::Local<v8::Value> snapshot_parse_result = CompileRun(
606 v8::Local<v8::Object> parsed_snapshot =
613 v8::Local<v8::Value> meta_analysis_result = CompileRun(
650 v8::Local<v8::Value> string_obj_pos_val = CompileRun(
661 v8::Local<v8::Object> nodes_array =
666 v8::Local<v8::Object> strings_array =
668 v8::Local<v
[all...]
H A Dtest-log.cc348 v8::Local<v8::String> source = v8::String::NewExternal(&source_ext_str);
376 v8::Local<v8::Signature> signature = v8::Signature::New(obj);
404 static v8::Handle<v8::Value> Prop1Getter(v8::Local<v8::String> property,
409 static void Prop1Setter(v8::Local<v8::String> property,
410 v8::Local<v8::Value> value,
414 static v8::Handle<v8::Value> Prop2Getter(v8::Local<v8::String> property,
529 v8::Local<v8::String> s = result->ToString();
/external/chromium_org/chrome/renderer/extensions/
H A Dchrome_v8_context.h93 v8::Local<v8::Value> CallFunction(v8::Handle<v8::Function> function,
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8Float64Array.cpp111 static void indexedPropertySetterCallback(uint32_t index, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
153 v8::Local<v8::Signature> defaultSignature;
160 v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate();
161 v8::Local<v8::ObjectTemplate> proto = desc->PrototypeTemplate();
H A DV8TestNamedConstructor.cpp119 v8::Local<v8::ObjectTemplate> instance = result->InstanceTemplate();
132 v8::Local<v8::Signature> defaultSignature;
133 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestNamedConstructor", v8::Local<v8::FunctionTemplate>(), V8TestNamedConstructor::internalFieldCount,
H A DV8TestObject.h48 static void customAttrAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>&);
49 static void customAttrAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<void>&);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8NodeFilterCondition.cpp72 v8::Local<v8::Value> value = filter->ToObject()->Get(v8::String::NewSymbol("acceptNode"));
H A DV8PerIsolateData.cpp101 v8::Local<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(callback, data, signature, length);
112 return v8::Local<v8::FunctionTemplate>();
133 v8::Local<v8::Context> V8PerIsolateData::ensureRegexContext()
H A DSerializedScriptValue.cpp489 void writeRegExp(v8::Local<v8::String> pattern, v8::RegExp::Flags flags)
858 v8::Local<v8::Value> propertyName = m_propertyNames->Get(m_index);
885 v8::Local<v8::Value> value = composite()->Get(m_propertyName);
905 v8::Local<v8::Array> m_propertyNames;
908 v8::Local<v8::Value> m_propertyName;
950 m_propertyNames = v8::Local<v8::Array>::New(propertyNames);
982 m_propertyNames = v8::Local<v8::Array>::New(propertyNames);
2004 v8::Local<v8::Array> array = v8::Array::New(0);
2011 v8::Local<v8::Array> array = v8::Array::New(length);
2029 v8::Local<v
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8HTMLImageElementConstructor.cpp101 v8::Local<v8::ObjectTemplate> instance = result->InstanceTemplate();
H A DV8TypedArrayCustom.h144 v8::Local<v8::Value> v8Buffer = v8::Local<v8::Value>::New(WebCore::toV8(buffer.get(), creationContext, isolate));
148 v8::Local<v8::Object> wrapper = V8Type::New(v8Buffer.As<v8::ArrayBuffer>(), impl->byteOffset(), Traits::length(impl.get()));
/external/chromium_org/v8/src/extensions/i18n/
H A Dbreak-iterator.cc75 v8::Local<v8::Object> handle = v8::Local<v8::Object>::New(isolate, *object);
205 v8::Local<v8::ObjectTemplate> break_iterator_template =
209 v8::Local<v8::Object> local_object = break_iterator_template->NewInstance();
/external/chromium_org/v8/test/mjsunit/harmony/
H A Ddebug-function-scopes.js49 Local: 1,
/external/chromium_org/v8/test/mjsunit/bugs/harmony/
H A Ddebug-blockscopes.js108 if (scopes[i] == debug.ScopeType.Local ||
181 if (scope.scopeType() == debug.ScopeType.Local ||
215 CheckScopeChain([debug.ScopeType.Local,
/external/v8/test/mjsunit/bugs/harmony/
H A Ddebug-blockscopes.js108 if (scopes[i] == debug.ScopeType.Local ||
181 if (scope.scopeType() == debug.ScopeType.Local ||
215 CheckScopeChain([debug.ScopeType.Local,
/external/chromium_org/content/renderer/pepper/
H A Dv8_var_converter_unittest.cc156 v8::Local<v8::Context> context =
157 v8::Local<v8::Context>::New(isolate_, context_);
278 v8::Local<v8::Context> context =
279 v8::Local<v8::Context>::New(isolate_, context_);
362 v8::Local<v8::Context>::New(isolate_, context_), &actual));
H A Dnpapi_glue.cc43 v8::Local<v8::Context> context) {
181 v8::Local<v8::Context> context =
193 v8::Local<v8::Context> context = v8::Context::New(test_isolate);
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary177 VALUE Acct-Authentic Local 2
218 VALUE Auth-Type Local 0
221 VALUE Auth-Type Crypt-Local 3
/external/chromium_org/content/renderer/
H A Dskia_benchmarking_extension.cc216 v8::Local<v8::Array> result = v8::Array::New(canvas.getSize());
227 v8::Local<v8::Array> v8_info = v8::Array::New(info->count());
266 v8::Local<v8::Array> op_times =
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h52 template <class T> class Local;
275 int extensionGroup, WebVector<v8::Local<v8::Value> >* results) = 0;
290 virtual v8::Local<v8::Context> mainWorldScriptContext() const = 0;

Completed in 484 milliseconds

1234567891011>>