HomeSort by relevance Sort by last modified time
    Searched refs:Local (Results 51 - 75 of 253) sorted by null

1 23 4 5 6 7 8 91011

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8GeolocationCustom.cpp 43 static PassRefPtr<PositionOptions> createPositionOptions(v8::Local<v8::Value> value, bool& succeeded)
57 v8::Local<v8::Object> object = value->ToObject();
63 v8::Local<v8::Value> enableHighAccuracyValue = object->Get(v8::String::New("enableHighAccuracy"));
69 v8::Local<v8::Boolean> enableHighAccuracyBoolean = enableHighAccuracyValue->ToBoolean();
77 v8::Local<v8::Value> timeoutValue = object->Get(v8::String::New("timeout"));
83 v8::Local<v8::Number> timeoutNumber = timeoutValue->ToNumber();
91 v8::Local<v8::Int32> timeoutInt32 = timeoutValue->ToInt32();
101 v8::Local<v8::Value> maximumAgeValue = object->Get(v8::String::New("maximumAge"));
107 v8::Local<v8::Number> maximumAgeNumber = maximumAgeValue->ToNumber();
117 v8::Local<v8::Int32> maximumAgeInt32 = maximumAgeValue->ToInt32()
    [all...]
V8CustomVoidCallback.cpp 40 V8CustomVoidCallback::V8CustomVoidCallback(v8::Local<v8::Object> callback, ScriptExecutionContext *context)
71 v8::Local<v8::Function> callbackFunction;
73 callbackFunction = v8::Local<v8::Function>::New(v8::Persistent<v8::Function>::Cast(callback));
75 v8::Local<v8::Value> handleEventFunction = callback->Get(v8::String::NewSymbol("handleEvent"));
77 callbackFunction = v8::Local<v8::Function>::Cast(handleEventFunction);
V8HTMLInputElementCustom.cpp 41 v8::Handle<v8::Value> V8HTMLInputElement::selectionStartAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
54 void V8HTMLInputElement::selectionStartAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
67 v8::Handle<v8::Value> V8HTMLInputElement::selectionEndAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
80 void V8HTMLInputElement::selectionEndAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
V8LocationCustom.cpp 51 void V8Location::hashAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
63 void V8Location::hostAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
75 void V8Location::hostnameAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
87 void V8Location::hrefAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
99 void V8Location::pathnameAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info
    [all...]
V8StorageCustom.cpp 58 static v8::Handle<v8::Value> storageGetter(v8::Local<v8::String> v8Name, const v8::AccessorInfo& info)
72 v8::Local<v8::Integer> indexV8 = v8::Integer::New(index);
76 v8::Handle<v8::Value> V8Storage::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
82 v8::Handle<v8::Integer> V8Storage::namedPropertyQuery(v8::Local<v8::String> v8Name, const v8::AccessorInfo& info)
95 static v8::Handle<v8::Value> storageSetter(v8::Local<v8::String> v8Name, v8::Local<v8::Value> v8Value, const v8::AccessorInfo& info)
117 v8::Handle<v8::Value> V8Storage::indexedPropertySetter(uint32_t index, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
120 v8::Local<v8::Integer> indexV8 = v8::Integer::New(index);
124 v8::Handle<v8::Value> V8Storage::namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info
    [all...]
V8CustomVoidCallback.h 46 static PassRefPtr<V8CustomVoidCallback> create(v8::Local<v8::Value> value, ScriptExecutionContext* context)
56 V8CustomVoidCallback(v8::Local<v8::Object>, ScriptExecutionContext* context);
V8CoordinatesCustom.cpp 35 v8::Handle<v8::Value> V8Coordinates::altitudeAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
45 v8::Handle<v8::Value> V8Coordinates::altitudeAccuracyAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
55 v8::Handle<v8::Value> V8Coordinates::headingAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
65 v8::Handle<v8::Value> V8Coordinates::speedAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
V8SQLTransactionSyncCustom.cpp 67 v8::Local<v8::Object> sqlArgsObject = args[1]->ToObject();
68 EXCEPTION_BLOCK(v8::Local<v8::Value>, length, sqlArgsObject->Get(v8::String::New("length")));
76 v8::Local<v8::Integer> key = v8::Integer::New(i);
77 EXCEPTION_BLOCK(v8::Local<v8::Value>, value, sqlArgsObject->Get(key));
V8StyleSheetListCustom.cpp 42 v8::Handle<v8::Value> V8StyleSheetList::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
V8JavaScriptCallFrameCustom.cpp 49 v8::Handle<v8::Value> V8JavaScriptCallFrame::scopeChainAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
64 v8::Handle<v8::Value> V8JavaScriptCallFrame::thisObjectAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
71 v8::Handle<v8::Value> V8JavaScriptCallFrame::typeAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
  /external/oprofile/events/x86-64/family11h/
unit_masks 131 0xa1 Requests Local I/O to Local I/O
132 0xa2 Requests Local I/O to Local Memory
133 0xa3 Requests Local I/O to Local (I/O or Mem)
134 0xa4 Requests Local CPU to Local I/O
135 0xa5 Requests Local (CPU or I/O) to Local I/
    [all...]
  /external/oprofile/events/x86-64/hammer/
unit_masks 125 0xa1 Requests Local I/O to Local I/O
126 0xa2 Requests Local I/O to Local Memory
127 0xa3 Requests Local I/O to Local (I/O or Mem)
128 0xa4 Requests Local CPU to Local I/O
129 0xa5 Requests Local (CPU or I/O) to Local I/
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/examples/
FibonacciMaker.java 24 import com.google.dexmaker.Local;
42 Local<Integer> i = code.getParameter(0, TypeId.INT);
43 Local<Integer> constant1 = code.newLocal(TypeId.INT);
44 Local<Integer> constant2 = code.newLocal(TypeId.INT);
45 Local<Integer> a = code.newLocal(TypeId.INT);
46 Local<Integer> b = code.newLocal(TypeId.INT);
47 Local<Integer> c = code.newLocal(TypeId.INT);
48 Local<Integer> d = code.newLocal(TypeId.INT);
49 Local<Integer> result = code.newLocal(TypeId.INT);
HelloWorldMaker.java 23 import com.google.dexmaker.Local;
73 Local<Integer> a = code.newLocal(TypeId.INT);
74 Local<Integer> b = code.newLocal(TypeId.INT);
75 Local<Integer> c = code.newLocal(TypeId.INT);
76 Local<String> s = code.newLocal(TypeId.STRING);
77 Local<PrintStream> localSystemOut = code.newLocal(printStreamType);
  /external/v8/test/cctest/
test-accessors.cc 40 using ::v8::Local;
47 static v8::Handle<Value> handle_property(Local<String> name,
56 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New();
59 Local<Function> fun = fun_templ->GetFunction();
61 Local<Script> getter = v8_compile("var obj = new Fun(); obj.foo;");
63 Local<Script> setter = v8_compile("obj.foo = 901;");
68 static v8::Handle<Value> GetIntValue(Local<String> property,
77 static void SetIntValue(Local<String> property,
78 Local<Value> value,
117 static v8::Handle<Value> XGetter(Local<String> name, const AccessorInfo& info)
    [all...]
test-api.cc 61 using ::v8::Local;
77 Local<Value> result = CompileRun(code);
84 Local<Value> result = CompileRun(code);
90 Local<Value> result = CompileRun(code);
106 static void ExpectObject(const char* code, Local<Value> expected) {
107 Local<Value> result = CompileRun(code);
113 Local<Value> result = CompileRun(code);
142 Local<Context> local_env;
145 local_env = env.local();
148 // Local context should still be live
10899 v8::Handle<v8::ObjectTemplate> local = v8::ObjectTemplate::New(); local
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptState.cpp 61 ScriptState* ScriptState::forContext(v8::Local<v8::Context> context)
65 v8::Local<v8::Object> global = context->Global();
68 global = v8::Local<v8::Object>::Cast(global->GetPrototype());
71 v8::Local<v8::Value> val = global->GetHiddenValue(key);
83 v8::Local<v8::Context> context = v8::Context::GetCurrent();
126 v8::Local<v8::Context> context = proxy->context();
V8Proxy.h 169 v8::Local<v8::Value> evaluate(const ScriptSourceCode&, Node*);
172 v8::Local<v8::Value> runScript(v8::Handle<v8::Script>, bool isInlineCode);
175 v8::Local<v8::Value> callFunction(v8::Handle<v8::Function>, v8::Handle<v8::Object>, int argc, v8::Handle<v8::Value> argv[]);
178 static v8::Local<v8::Value> callFunctionWithoutFrame(v8::Handle<v8::Function>, v8::Handle<v8::Object>, int argc, v8::Handle<v8::Value> argv[]);
181 v8::Local<v8::Value> newInstance(v8::Handle<v8::Function>, int argc, v8::Handle<v8::Value> argv[]);
231 static v8::Local<v8::Context> context(Frame*);
232 static v8::Local<v8::Context> mainWorldContext(Frame*);
233 static v8::Local<v8::Context> currentContext();
260 v8::Local<v8::Context> context();
261 v8::Local<v8::Context> mainWorldContext()
    [all...]
V8Helpers.cpp 40 v8::Local<v8::Context> toV8Context(NPP npp, NPObject* npObject)
V8Binding.h 84 v8::Local<v8::String> v8ExternalStringSlow(StringImpl* stringImpl);
89 inline v8::Local<v8::String> v8ExternalString(const String& string)
98 return v8::Local<v8::String>::New(lastV8String);
137 inline float toFloat(v8::Local<v8::Value> value)
142 inline long long toInt64(v8::Local<v8::Value> value)
189 v8::Local<v8::Signature> configureTemplate(v8::Persistent<v8::FunctionTemplate>,
202 v8::Local<v8::Value>);
218 V8ParameterBase(v8::Local<v8::Value> object) : m_v8Object(object), m_mode(Externalize), m_string() { }
250 v8::Local<v8::Value> object() { return m_v8Object; }
259 v8::Local<v8::Value> m_v8Object
    [all...]
WorkerContextExecutionProxy.cpp 148 // Starting from now, use local context only.
149 v8::Local<v8::Context> context = v8::Local<v8::Context>::New(m_context);
163 v8::Local<v8::Object> jsWorkerContext = SafeAllocation::newInstance(workerContextConstructor);
202 v8::Local<v8::String> scriptString = v8ExternalString(script);
204 v8::Local<v8::Value> result = runScript(compiledScript);
212 v8::Local<v8::Message> message = exceptionCatcher.Message();
232 v8::Local<v8::Value> WorkerContextExecutionProxy::runScript(v8::Handle<v8::Script> script)
235 return v8::Local<v8::Value>();
239 v8::Local<v8::String> code = v8ExternalString("throw RangeError('Recursion too deep')")
    [all...]
WorkerContextExecutionProxy.h 72 // Returns a local handle of the context.
73 v8::Local<v8::Context> context() { return v8::Local<v8::Context>::New(m_context); }
81 v8::Local<v8::Value> runScript(v8::Handle<v8::Script>);
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestCallback.h 38 static PassRefPtr<V8TestCallback> create(v8::Local<v8::Value> value, ScriptExecutionContext* context)
56 V8TestCallback(v8::Local<v8::Object>, ScriptExecutionContext*);
  /hardware/ril/mock-ril/src/cpp/
node_util.h 29 v8::Local<v8::Value> Encode(const void *buf, size_t len,
40 v8::Local<v8::Signature> __callback##_SIG = v8::Signature::New(templ); \
41 v8::Local<v8::FunctionTemplate> __callback##_TEM = \
  /external/webkit/Source/WebKit/chromium/tests/
IDBBindingUtilitiesTest.cpp 117 v8::Local<v8::Object> object = v8::Object::New();
130 v8::Local<v8::Object> object = v8::Object::New();
143 v8::Local<v8::Array> array = v8::Array::New();
156 v8::Local<v8::Object> object = v8::Object::New();
157 v8::Local<v8::Object> subProperty = v8::Object::New();
171 v8::Local<v8::Object> object = v8::Object::New();
172 v8::Local<v8::Array> array = v8::Array::New();
173 v8::Local<v8::Array> subArray = v8::Array::New();
188 v8::Local<v8::Object> object = v8::Object::New();
201 v8::Local<v8::Array> array = v8::Array::New()
    [all...]

Completed in 356 milliseconds

1 23 4 5 6 7 8 91011