HomeSort by relevance Sort by last modified time
    Searched refs:Local (Results 176 - 200 of 469) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptValue.cpp 111 v8::Local<v8::Value> value = array->Get(v8::Int32::New(i));
122 v8::Local<v8::Array> propertyNames = object->GetPropertyNames();
125 v8::Local<v8::Value> name = propertyNames->Get(v8::Int32::New(i));
V8ThrowException.cpp 35 static void domExceptionStackGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
41 static void domExceptionStackSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
DateExtension.cpp 79 v8::Local<v8::Value> result = v8::Context::GetCurrent()->Global()->Get(v8::String::NewSymbol("Date"));
87 v8::Local<v8::Value> sleepFunctionHandle = dateObject->GetHiddenValue(V8HiddenPropertyName::sleepFunction());
  /external/chromium_org/v8/src/extensions/
statistics-extension.cc 44 static void AddCounter(v8::Local<v8::Object> object,
53 static void AddNumber(v8::Local<v8::Object> object,
73 v8::Local<v8::Object> result = v8::Object::New();
  /external/chromium_org/v8/test/cctest/
cctest.cc 74 v8::Local<v8::Context> context = v8::Context::New(isolate, &config);
79 v8::Local<v8::Context> context =
80 v8::Local<v8::Context>::New(isolate, context_);
test-log-stack-tracer.cc 44 using v8::Local;
191 v8::Local<v8::Value> func = CcTest::env()->Global()->Get(v8_str(func_name));
229 Local<v8::FunctionTemplate> constructor_template =
232 Local<Function> fun = constructor_template->GetFunction();
275 Local<Value> result = CompileRun(
320 Local<Value> result = CompileRun(
test-log.cc 377 v8::Local<v8::String> source = v8::String::NewExternal(&source_ext_str);
402 v8::Local<v8::FunctionTemplate> obj =
403 v8::Local<v8::FunctionTemplate>::New(v8::Isolate::GetCurrent(),
407 v8::Local<v8::Signature> signature = v8::Signature::New(obj);
433 static void Prop1Getter(v8::Local<v8::String> property,
437 static void Prop1Setter(v8::Local<v8::String> property,
438 v8::Local<v8::Value> value,
442 static void Prop2Getter(v8::Local<v8::String> property,
451 v8::Local<v8::FunctionTemplate> obj =
452 v8::Local<v8::FunctionTemplate>::New(v8::Isolate::GetCurrent()
    [all...]
  /external/chromium_org/v8/src/
d8.cc 213 Local<Context> realm =
214 Local<Context>::New(isolate, data->realms_[data->realm_current_]);
241 v8::Local<v8::Context> context =
242 v8::Local<v8::Context>::New(isolate, utility_context_);
327 Local<Context>::New(args.GetIsolate(), data->realms_[index])->Global());
401 Local<Context> realm = Local<Context>::New(isolate, data->realms_[index]);
410 void Shell::RealmSharedGet(Local<String> property,
418 void Shell::RealmSharedSet(Local<String> property,
419 Local<Value> value
    [all...]
d8-readline.cc 156 Local<String> full_text = String::New(rl_line_buffer, rl_point);
161 completions = Local<Array>::New(isolate, current_completions);
  /external/v8/src/
d8-debug.cc 67 Local<String> to_json_fun_name = String::New("toJSONProtocol");
68 Local<Function> to_json_fun =
70 Local<Value> event_json = to_json_fun->Call(event_data, 0, NULL);
91 Local<String> fun_name = String::New("debugCommandProcessor");
92 Local<Function> fun = Function::Cast(*exec_state->Get(fun_name));
93 Local<Object> cmd_processor =
  /external/v8/test/cctest/
test-log-stack-tracer.cc 43 using v8::Local;
206 v8::Local<v8::Value> func = env->Global()->Get(v8_str(func_name));
243 Local<v8::FunctionTemplate> constructor_template =
246 Local<Function> fun = constructor_template->GetFunction();
289 Local<Value> result = CompileRun(
334 Local<Value> result = CompileRun(
  /external/chromium_org/chrome/renderer/extensions/
object_backed_native_handler.cc 66 v8::Local<v8::Object> local_data = v8::Local<v8::Object>::New(isolate, data);
module_system.cc 263 v8::Local<v8::Value> ModuleSystem::CallModuleMethod(
271 v8::Local<v8::Value> ModuleSystem::CallModuleMethod(
279 v8::Local<v8::Value> ModuleSystem::CallModuleMethod(
291 v8::Local<v8::Value> module;
294 module = v8::Local<v8::Value>::New(
304 v8::Local<v8::Value> value =
313 v8::Local<v8::Value> result;
341 v8::Local<v8::String> property,
350 v8::Local<v8::String> property,
357 v8::Local<v8::String> property
    [all...]
console.cc 80 void BindLogMethod(v8::Local<v8::Object> target,
83 v8::Local<v8::FunctionTemplate> tmpl = v8::FunctionTemplate::New(
174 v8::Local<v8::Object> AsV8Object() {
176 v8::Local<v8::Object> console_object = v8::Object::New();
console.h 52 v8::Local<v8::Object> AsV8Object();
content_watcher.cc 136 v8::Local<v8::Value> selector_indices;
139 v8::Local<v8::Array> js_css_selectors =
156 v8::Local<v8::Array> index_array = selector_indices.As<v8::Array>();
160 v8::Local<v8::Value> index_value = index_array->Get(i);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ClipboardCustom.cpp 46 void V8Clipboard::typesAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
56 v8::Local<v8::Array> result = v8::Array::New(types.size());
V8HTMLAllCollectionCustom.cpp 63 v8::Local<v8::Uint32> index = argument->ToArrayIndex();
110 v8::Local<v8::Uint32> index = args[1]->ToArrayIndex();
V8HTMLOptionsCollectionCustom.cpp 104 void V8HTMLOptionsCollection::lengthAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 119 assert(0 && "Out-of bounds local preprocessed entity");
134 Local = findLocalPreprocessedEntitiesInRange(Range);
136 // Check if range spans local entities.
138 return std::make_pair(Local.first, Local.second);
143 // Check if range spans local entities.
145 return std::make_pair(Local.first, Local.second);
150 if (Local.first == Local.second
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1.cpp 51 X0<&ti> x0d_addr; // expected-error {{refers to thread-local object}}
67 X2<ti> x2d_addr; // expected-error {{refers to thread-local object}}
79 struct Local { static int f() {} }; // expected-note {{here}}
80 X1<&Local::f> x1_no_linkage; // expected-error {{non-type template argument refers to function 'f' that does not have linkage}}
  /external/clang/test/SemaTemplate/
local-member-templates.cpp 81 struct Local {
94 Local l;
  /external/llvm/lib/Transforms/Utils/
Android.mk 16 Local.cpp \
  /external/chromium/chrome/common/
launchd_mac.h 24 Local = 2, // /Library/Launch*
  /external/chromium_org/chrome/common/mac/
launchd.h 24 Local = 2, // /Library/Launch*

Completed in 926 milliseconds

1 2 3 4 5 6 78 91011>>