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

  /external/webkit/Source/JavaScriptCore/bytecode/
StructureStubInfo.h 38 enum AccessType {
55 StructureStubInfo(AccessType accessType)
56 : accessType(accessType)
63 accessType = access_get_by_id_self;
70 accessType = access_get_by_id_proto;
78 accessType = access_get_by_id_chain;
86 accessType = access_get_by_id_self_list;
94 accessType = access_get_by_id_proto_list
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HistoryCustom.cpp 92 bool V8History::indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>)
99 bool V8History::namedSecurityCheck(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value>)
V8LocationCustom.cpp 262 bool V8Location::indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>)
269 bool V8Location::namedSecurityCheck(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value>)
V8DOMWindowCustom.cpp 536 bool V8DOMWindow::namedSecurityCheck(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value>)
563 bool V8DOMWindow::indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>)
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 121 /// AccessType - Keep track of whether this alias set merely refers to the
126 enum AccessType {
418 AliasSet::AccessType E,
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 299 AliasSet::AccessType ATy = AliasSet::Refs;
312 AliasSet::AccessType ATy = AliasSet::Mods;
387 (AliasSet::AccessType)AS.AccessTy, X);
  /external/v8/src/
top.cc 396 void Isolate::ReportFailedAccessCheck(JSObject* receiver, v8::AccessType type) {
426 v8::AccessType type) {
449 v8::AccessType type) {
500 v8::AccessType type) {
    [all...]
isolate.h 712 v8::AccessType type);
715 v8::AccessType type);
718 void ReportFailedAccessCheck(JSObject* receiver, v8::AccessType type);
    [all...]
runtime.cc 706 v8::AccessType access_type) {
727 v8::AccessType access_type) {
780 v8::AccessType access_type) {
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.cpp 152 static void reportUnsafeJavaScriptAccess(v8::Local<v8::Object> host, v8::AccessType type, v8::Local<v8::Value> data)
  /external/v8/test/cctest/
test-api.cc     [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm 357 static bool namedSecurityCheck(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType, v8::Local<v8::Value> data);
358 static bool indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType, v8::Local<v8::Value> data);
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 713 milliseconds