HomeSort by relevance Sort by last modified time
    Searched refs:NewSymbol (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CanvasPixelArrayCustom.cpp 43 wrapper->Set(v8::String::NewSymbol("length"),
V8ImageDataCustom.cpp 50 wrapper->Set(v8::String::NewSymbol("data"),
V8CustomVoidCallback.cpp 75 v8::Local<v8::Value> handleEventFunction = callback->Get(v8::String::NewSymbol("handleEvent"));
  /external/webkit/Source/WebCore/bindings/v8/
V8HiddenPropertyName.cpp 58 return v8::String::NewSymbol(prefixedName.data(), static_cast<int>(prefixedName.size()));
64 return new v8::Persistent<v8::String>(v8::Persistent<v8::String>::New(v8::String::NewSymbol(key)));
V8EventListener.cpp 56 v8::Local<v8::Value> property = listener->Get(v8::String::NewSymbol("handleEvent"));
V8DOMWindowShell.cpp 524 m_context->SetSecurityToken(v8::String::NewSymbol(utf8Token.data(), utf8Token.length()));
SerializedScriptValue.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
symbols.h 104 Symbol *NewSymbol(SourceLoc *loc, Scope *fScope, int name, symbolkind kind);
symbols.c 147 * NewSymbol() - Allocate a new symbol node;
151 Symbol *NewSymbol(SourceLoc *loc, Scope *fScope, int name, symbolkind kind)
171 } // NewSymbol
226 lSymb = NewSymbol(loc, fScope, atom, kind);
  /external/v8/samples/
process.cc 481 result->SetAccessor(String::NewSymbol("path"), GetPath);
482 result->SetAccessor(String::NewSymbol("referrer"), GetReferrer);
483 result->SetAccessor(String::NewSymbol("host"), GetHost);
484 result->SetAccessor(String::NewSymbol("userAgent"), GetUserAgent);
  /external/v8/test/cctest/
test-api.cc     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 419 milliseconds