HomeSort by relevance Sort by last modified time
    Searched refs:Local (Results 151 - 175 of 551) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 29 bool Local = GV.hasLocalLinkage();
30 if (Local || Delete) {
32 if (Local)
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 67 static void {{cpp_class}}ConstructorGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
85 static void {{cpp_class}}ReplaceableAttributeSetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
102 static void {{cpp_class}}ReplaceableAttributeSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
114 bool indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>)
120 bool namedSecurityCheck(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value>
    [all...]
  /external/chromium_org/v8/test/cctest/
test-debug.cc 92 inline v8::Local<v8::Context> context() { return context_; }
120 v8::Local<v8::Context> context_;
128 static v8::Local<v8::Function> CompileFunction(DebugLocalContext* env,
133 return v8::Local<v8::Function>::Cast((*env)->Global()->Get(
139 static v8::Local<v8::Function> CompileFunction(v8::Isolate* isolate,
143 v8::Local<v8::Object> global =
145 return v8::Local<v8::Function>::Cast(
510 v8::Local<v8::Function> frame_function_name;
519 v8::Local<v8::Function> frame_argument_name;
528 v8::Local<v8::Function> frame_argument_value
    [all...]
test-object-observe.cc 40 Local<Value> foo = v8_str("foo");
425 v8::Local<Context> contextA = Context::New(isolate);
434 v8::Local<Context> contextA1 = Context::New(isolate);
435 v8::Local<Context> contextA2 = Context::New(isolate);
436 v8::Local<Context> contextA3 = Context::New(isolate);
438 Local<Value> foo = v8_str("foo");
450 v8::Local<Context> contextA = Context::New(isolate);
451 v8::Local<Context> contextB = Context::New(isolate);
460 v8::Local<Context> contextA1 = Context::New(isolate);
461 v8::Local<Context> contextA2 = Context::New(isolate)
    [all...]
test-macro-assembler-mips.cc 137 v8::Local<v8::Context> context = CcTest::NewContext(PRINT_EXTENSION);
140 v8::Local<v8::Script> script = v8::Script::Compile(v8_str(code));
141 v8::Local<v8::Object> result = v8::Local<v8::Object>::Cast(script->Run());
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 178 v8::Local<v8::String> ASCIIStringToV8String(v8::Isolate* isolate, const std::string& s) {
182 v8::Local<v8::String> UTF16StringToV8String(v8::Isolate* isolate, const android::String16& s) {
187 v8::Local<v8::String> ASCIILiteralToV8String(v8::Isolate* isolate, const char* ascii) {
204 v8::Local<v8::String> str_object = object->ToString();
372 v8::Local<v8::Context> context =
373 v8::Local<v8::Context>::New(isolate_, v8_context_);
376 v8::Local<v8::Value> function;
388 v8::Local<v8::Value> ret = v8::Function::Cast(*function)->Call(
424 v8::Local<v8::External> v8_this =
425 v8::Local<v8::External>::New(isolate_, v8_this_)
    [all...]
  /external/chromium_org/apps/shell/renderer/
shell_custom_bindings.cc 53 v8::Local<v8::Value> window = frame->mainWorldScriptContext()->Global();
  /external/chromium_org/extensions/renderer/
document_custom_bindings.cc 33 v8::Local<v8::Object> options = args[1]->ToObject();
api_activity_logger.cc 55 v8::Local<v8::Array> arg_array = v8::Local<v8::Array>::Cast(args[2]);
  /external/chromium_org/gin/modules/
module_runner_delegate.h 17 typedef v8::Local<v8::Value> (*ModuleGetter)(v8::Isolate* isolate);
  /external/chromium_org/net/proxy/
proxy_resolver_v8.cc 160 v8::Local<v8::String> ASCIIStringToV8String(v8::Isolate* isolate,
169 v8::Local<v8::String> ScriptDataToV8String(
183 v8::Local<v8::String> ASCIILiteralToV8String(v8::Isolate* isolate,
203 v8::Local<v8::String> str_object = object->ToString();
369 v8::Local<v8::Context> context =
370 v8::Local<v8::Context>::New(isolate_, v8_context_);
373 v8::Local<v8::Value> function;
386 v8::Local<v8::Value> ret = v8::Function::Cast(*function)->Call(
424 v8::Local<v8::External> v8_this =
425 v8::Local<v8::External>::New(isolate_, v8_this_)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceCustomConstructor.cpp 68 v8::Local<v8::Signature> defaultSignature;
69 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceCustomConstructor", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceCustomConstructor::internalFieldCount,
76 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
77 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceEmpty.cpp 51 v8::Local<v8::Signature> defaultSignature;
52 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceEmpty", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceEmpty::internalFieldCount,
57 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
58 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceEventConstructor.cpp 59 static void readonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
73 static void initializedByEventConstructorReadonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
87 static void initializedByEventConstructorReadonlyAnyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
101 static void initializedByEventConstructorReadonlyBooleanAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
115 static void initializedByEventConstructorReadonlyLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
136 static void initializedByEventConstructorReadonlyUint8ArrayAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
157 static void initializedByEventConstructorReadonlyTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
171 static void initializedByEventConstructorReadonlyTestInterfaceEmptyArrayAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
198 static void initializedByEventConstructorReadonlyNullableTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
212 static void deprecatedInitializedByEventConstructorReadonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ArrayValue.cpp 65 v8::Local<v8::Value> indexedValue = m_array->Get(v8::Integer::NewFromUnsigned(m_isolate, index));
ScriptDebugServer.h 98 v8::Local<v8::Value> functionScopes(v8::Handle<v8::Function>);
99 v8::Local<v8::Value> getInternalProperties(v8::Handle<v8::Object>&);
101 v8::Local<v8::Value> callDebuggerMethod(const char* functionName, int argc, v8::Handle<v8::Value> argv[]);
135 v8::Local<v8::Object> m_executionState;
SharedPersistent.h 50 v8::Local<T> newLocal(v8::Isolate* isolate) const
V8HiddenValue.h 48 static v8::Local<v8::Value> getHiddenValue(v8::Isolate*, v8::Handle<v8::Object>, v8::Handle<v8::String>);
51 static v8::Local<v8::Value> getHiddenValueFromMainWorldWrapper(v8::Isolate*, ScriptWrappable*, v8::Handle<v8::String>);
V8ValueCache.h 45 MapType* map, StringImpl* key, v8::Local<v8::String>& value) { return key; }
88 v8::Local<v8::String> createStringAndInsertIntoCache(StringImpl*, v8::Isolate*);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8MessageChannelCustom.cpp 49 v8::Local<v8::Object> wrapper = info.Holder();
  /frameworks/compile/mclinker/unittests/
SymbolCategoryTest.cpp 57 b->setBinding(ResolveInfo::Local);
96 a->setBinding(ResolveInfo::Local);
97 b->setBinding(ResolveInfo::Local);
98 c->setBinding(ResolveInfo::Local);
  /external/chromium_org/v8/include/
v8-util.h 92 MapType* map, const K& key, Local<V> value) {
140 Local<V> Get(const K& key) {
141 return Local<V>::New(isolate_, FromVal(Traits::Get(&impl_, key)));
175 UniquePersistent<V> Set(const K& key, Local<V> value) {
181 * Put value into map, like Set(const K&, Local<V>).
222 Local<V> NewLocal(Isolate* isolate) const {
223 return Local<V>::New(isolate, FromVal(value_));
286 Local<V> value(Local<V>::New(isolate_, *persistent));
416 void Append(Local<V> value)
    [all...]
  /external/chromium_org/gin/
wrappable.cc 35 return v8::Local<v8::Object>::New(isolate, wrapper_);
39 v8::Local<v8::ObjectTemplate> templ = data->GetObjectTemplate(info);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
CustomEventTest.cpp 84 virtual v8::Local<v8::Value> callListenerFunction(v8::Handle<v8::Value> jsevent, Event*)
87 return v8::Local<v8::Value>();
  /external/chromium_org/v8/src/
arguments.h 76 F(AccessorGetterCallback, v8::Value, v8::Local<v8::String>) \
79 v8::Local<v8::String>) \
82 v8::Local<v8::String>) \
96 v8::Local<v8::String>, \
97 v8::Local<v8::Value>) \
101 v8::Local<v8::Value>) \
106 v8::Local<v8::String>, \
107 v8::Local<v8::Value>) \

Completed in 1026 milliseconds

1 2 3 4 5 67 8 91011>>