| /external/webkit/WebCore/bindings/v8/ |
| 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...] |
| V8Collection.h | 51 template<class Collection> static Collection* toNativeCollection(v8::Local<v8::Object> object) 62 template<class Collection, class ItemType> static v8::Handle<v8::Value> getNamedPropertyOfCollection(v8::Local<v8::String> name, v8::Local<v8::Object> object) 73 template<class Collection, class ItemType> static v8::Handle<v8::Value> collectionNamedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 80 // Search local callback properties next to find IDL defined 88 template<class Collection, class ItemType> static v8::Handle<v8::Value> getIndexedPropertyOfCollection(uint32_t index, v8::Local<v8::Object> object)
|
| V8Binding.cpp | 153 v8::Local<v8::Number> numberObject = value->ToNumber(); 167 v8::Local<v8::Int32> intValue = value->ToInt32(); 371 static v8::Local<v8::String> makeExternalString(const String& string) 374 v8::Local<v8::String> newString = v8::String::NewExternal(stringResource); 400 v8::Local<v8::String> v8ExternalString(const String& string) 415 return v8::Local<v8::String>::New(handle); 418 v8::Local<v8::String> newString = makeExternalString(string); 436 v8::Local<v8::FunctionTemplate> result = v8::FunctionTemplate::New(V8Proxy::checkNewLegal); 440 v8::Local<v8::Signature> configureTemplate(v8::Persistent<v8::FunctionTemplate> desc, 450 v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate() [all...] |
| /external/webkit/WebCore/bindings/v8/custom/ |
| 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());
|
| V8CSSStyleDeclarationCustom.cpp | 155 v8::Handle<v8::Value> V8CSSStyleDeclaration::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 193 v8::Handle<v8::Value> V8CSSStyleDeclaration::namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
|
| /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...] |
| /external/expat/amiga/ |
| Makefile | 14 tooldir = SDK:Local/C 15 staticlibdir = SDK:Local/clib2/lib 16 staticincludedir = SDK:Local/clib2/include 17 sharedlibdir = SDK:Local/Libs 18 sharedincludedir = SDK:Local/common/include
|