HomeSort by relevance Sort by last modified time
    Searched refs:Local (Results 76 - 100 of 168) sorted by null

1 2 34 5 6 7

  /external/v8/test/mjsunit/
debug-scopes.js 106 if (scopes[i] == debug.ScopeType.Local ||
137 // 'arguments' and might be exposed in the local and closure scope. Just
169 if (scope.scopeType() == debug.ScopeType.Local ||
183 // Simple empty local scope.
184 BeginTest("Local 1");
191 CheckScopeChain([debug.ScopeType.Local,
199 // Local scope with a parameter.
200 BeginTest("Local 2");
207 CheckScopeChain([debug.ScopeType.Local,
215 // Local scope with a parameter and a local variable
    [all...]
  /external/v8/test/cctest/
test-debug.cc 163 static v8::Local<v8::Function> CompileFunction(DebugLocalContext* env,
167 return v8::Local<v8::Function>::Cast(
173 static v8::Local<v8::Function> CompileFunction(const char* source,
176 return v8::Local<v8::Function>::Cast(
514 v8::Local<v8::Function> frame_function_name;
523 v8::Local<v8::Function> frame_source_line;
532 v8::Local<v8::Function> frame_source_column;
541 v8::Local<v8::Function> frame_script_name;
550 v8::Local<v8::Function> frame_script_data;
559 v8::Local<v8::Function> compiled_script_data
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Binding.h 87 v8::Local<v8::String> v8ExternalString(const String&);
111 inline float toFloat(v8::Local<v8::Value> value)
116 inline long long toInt64(v8::Local<v8::Value> value)
163 v8::Local<v8::Signature> configureTemplate(v8::Persistent<v8::FunctionTemplate>,
176 v8::Local<v8::Value>);
192 V8Parameter (v8::Local<v8::Value> object) :m_v8Object(object) { }
196 v8::Local<v8::Value> m_v8Object;
ScriptObject.h 50 v8::Local<v8::Object> v8Object() const;
V8LazyEventListener.h 61 virtual v8::Local<v8::Value> callListenerFunction(ScriptExecutionContext*, v8::Handle<v8::Value> jsEvent, Event*);
V8DOMWindowShell.cpp 96 static Frame* getTargetFrame(v8::Local<v8::Object> host, v8::Local<v8::Value> data)
125 static void reportUnsafeJavaScriptAccess(v8::Local<v8::Object> host, v8::AccessType type, v8::Local<v8::Value> data)
259 // Create a handle scope for all local handles.
286 v8::Local<v8::Context> v8Context = v8::Local<v8::Context>::New(m_context);
389 v8::Local<v8::Object> jsWindow = SafeAllocation::newInstance(windowConstructor);
551 v8::Local<v8::Object> V8DOMWindowShell::createWrapperFromCacheSlowCase(V8ClassIndex::V8WrapperType type)
557 v8::Local<v8::Function> function = V8DOMWrapper::getConstructor(type, getHiddenObjectPrototype(m_context))
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 120 v8::Local<v8::Value>* params = 0;
122 params = new v8::Local<v8::Value>[paramCount];
172 v8::Handle<v8::Value> V8DOMWindow::eventAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
182 v8::Local<v8::Context> context = V8Proxy::context(frame);
186 v8::Local<v8::String> eventSymbol = v8::String::NewSymbol("event");
193 void V8DOMWindow::eventAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
203 v8::Local<v8::Context> context = V8Proxy::context(frame);
207 v8::Local<v8::String> eventSymbol = v8::String::NewSymbol("event");
211 v8::Handle<v8::Value> V8DOMWindow::cryptoAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info
    [all...]
V8CustomApplicationInstalledCallback.cpp 36 V8CustomApplicationInstalledCallback::V8CustomApplicationInstalledCallback(v8::Local<v8::Object> callback, Frame* frame)
V8CustomPositionCallback.cpp 35 V8CustomPositionCallback::V8CustomPositionCallback(v8::Local<v8::Object> callback, Frame* frame)
V8CustomPositionErrorCallback.cpp 35 V8CustomPositionErrorCallback::V8CustomPositionErrorCallback(v8::Local<v8::Object> callback, Frame* frame)
V8CustomSQLStatementCallback.cpp 44 V8CustomSQLStatementCallback::V8CustomSQLStatementCallback(v8::Local<v8::Object> callback, Frame* frame)
V8CustomSQLStatementErrorCallback.cpp 44 V8CustomSQLStatementErrorCallback::V8CustomSQLStatementErrorCallback(v8::Local<v8::Object> callback, Frame* frame)
V8CustomSQLTransactionCallback.cpp 43 V8CustomSQLTransactionCallback::V8CustomSQLTransactionCallback(v8::Local<v8::Object> callback, Frame* frame)
V8CustomSQLTransactionErrorCallback.cpp 43 V8CustomSQLTransactionErrorCallback::V8CustomSQLTransactionErrorCallback(v8::Local<v8::Object> callback, Frame* frame)
V8HTMLOptionsCollectionCustom.cpp 88 v8::Handle<v8::Value> V8HTMLOptionsCollection::lengthAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
96 void V8HTMLOptionsCollection::lengthAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
129 v8::Handle<v8::Value> V8HTMLOptionsCollection::indexedPropertySetter(uint32_t index, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
V8MessageChannelConstructor.cpp 65 v8::Local<v8::Object> messageChannel = args.Holder();
V8PopStateEventCustom.cpp 55 v8::Handle<v8::Value> V8PopStateEvent::stateAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
V8SVGLengthCustom.cpp 43 v8::Handle<v8::Value> V8SVGLength::valueAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
V8HTMLAudioElementConstructor.cpp 86 v8::Local<v8::FunctionTemplate> result = v8::FunctionTemplate::New(v8HTMLAudioElementConstructorCallback);
88 v8::Local<v8::ObjectTemplate> instance = result->InstanceTemplate();
V8HTMLImageElementConstructor.cpp 86 v8::Local<v8::FunctionTemplate> result = v8::FunctionTemplate::New(v8HTMLImageElementConstructorCallback);
88 v8::Local<v8::ObjectTemplate> instance = result->InstanceTemplate();
V8HTMLOptionElementConstructor.cpp 102 v8::Local<v8::FunctionTemplate> result = v8::FunctionTemplate::New(v8HTMLOptionElementConstructorCallback);
104 v8::Local<v8::ObjectTemplate> instance = result->InstanceTemplate();
V8MessageEventCustom.cpp 45 v8::Handle<v8::Value> V8MessageEvent::portsAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
54 v8::Local<v8::Array> portArray = v8::Array::New(ports->size());
  /external/v8/src/
d8-debug.cc 52 Local<String> to_json_fun_name = String::New("toJSONProtocol");
53 Local<Function> to_json_fun =
55 Local<Value> event_json = to_json_fun->Call(event_data, 0, NULL);
76 Local<String> fun_name = String::New("debugCommandProcessor");
77 Local<Function> fun = Function::Cast(*exec_state->Get(fun_name));
78 Local<Object> cmd_processor =
  /external/v8/samples/
process.cc 102 static Handle<Value> GetPath(Local<String> name, const AccessorInfo& info);
103 static Handle<Value> GetReferrer(Local<String> name,
105 static Handle<Value> GetHost(Local<String> name, const AccessorInfo& info);
106 static Handle<Value> GetUserAgent(Local<String> name,
110 static Handle<Value> MapGet(Local<String> name, const AccessorInfo& info);
111 static Handle<Value> MapSet(Local<String> name,
112 Local<Value> value,
332 string ObjectToString(Local<Value> value) {
338 Handle<Value> JsHttpRequestProcessor::MapGet(Local<String> name,
358 Handle<Value> JsHttpRequestProcessor::MapSet(Local<String> name
    [all...]
  /external/webkit/WebKit/chromium/src/
WebDevToolsFrontendImpl.cpp 71 static v8::Local<v8::String> ToV8String(const String& s)
74 return v8::Local<v8::String>();
357 v8::Local<v8::Object> eventWrapper = v8::Local<v8::Object>::Cast(args[0]);
365 v8::Local<v8::Array> array = v8::Local<v8::Array>::Cast(args[1]);
369 v8::Local<v8::Object> item = v8::Local<v8::Object>::Cast(array->Get(v8::Integer::New(i)));
370 v8::Local<v8::Value> label = item->Get(v8::String::New("label"));
371 v8::Local<v8::Value> id = item->Get(v8::String::New("id"))
    [all...]

Completed in 848 milliseconds

1 2 34 5 6 7