HomeSort by relevance Sort by last modified time
    Searched refs:Accessors (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/v8/src/
accessors.cc 7 #include "src/accessors.h"
24 Handle<AccessorInfo> Accessors::MakeAccessor(
44 Handle<ExecutableAccessorInfo> Accessors::CloneAccessor(
82 // Returns true for properties that are accessors to object fields.
85 bool Accessors::IsJSObjectFieldAccessor(typename T::TypeHandle type,
128 bool Accessors::IsJSObjectFieldAccessor<Type>(Type* type,
134 bool Accessors::IsJSObjectFieldAccessor<HeapType>(Handle<HeapType> type,
159 // Accessors::ArgumentsIterator
163 void Accessors::ArgumentsIteratorGetter(
173 void Accessors::ArgumentsIteratorSetter
    [all...]
accessors.h 40 // Accessors contains all predefined proxy accessors.
42 class Accessors : public AllStatic {
78 // Returns true for properties that are accessors to object fields.
bootstrapper.cc 7 #include "src/accessors.h"
407 Accessors::FunctionLengthInfo(isolate(), attribs);
414 Accessors::FunctionNameInfo(isolate(), attribs);
421 Accessors::FunctionArgumentsInfo(isolate(), attribs);
428 Accessors::FunctionCallerInfo(isolate(), attribs);
439 Accessors::FunctionPrototypeInfo(isolate(), attribs);
510 Accessors::FunctionSetPrototype(object_fun, prototype);
570 Accessors::FunctionLengthInfo(isolate(), ro_attribs);
576 Accessors::FunctionNameInfo(isolate(), ro_attribs);
597 Accessors::FunctionPrototypeInfo(isolate(), attribs)
686 AccessorPair* accessors = AccessorPair::cast(descs->GetValue(number)); local
    [all...]
full-codegen.h 851 ObjectLiteral::Accessors,
855 TemplateHashMap<Literal, ObjectLiteral::Accessors,
862 if (it->second == NULL) it->second = new(zone_) ObjectLiteral::Accessors();
    [all...]
serialize.cc 7 #include "src/accessors.h"
367 // Accessors
369 Add(FUNCTION_ADDR(&Accessors::name##Getter), \
371 Accessors::k##name##Getter, \
372 "Accessors::" #name "Getter"); \
373 Add(FUNCTION_ADDR(&Accessors::name##Setter), \
375 Accessors::k##name##Setter, \
376 "Accessors::" #name "Setter");
    [all...]
ast.h     [all...]
hydrogen.h 10 #include "src/accessors.h"
40 // Simple accessors.
564 // Simple accessors.
    [all...]
deoptimizer.cc 7 #include "src/accessors.h"
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-143967.js 28 // Check that Accessors::FunctionGetPrototype traverses the prototype
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUnbufferedCommonTreeNodeStream.h 118 #pragma mark Accessors
  /external/chromium_org/chrome/browser/ui/ash/accessibility/
ax_tree_source_ash_unittest.cc 72 TEST_F(AXTreeSourceAshTest, Accessors) {
  /external/chromium_org/v8/test/cctest/
test-alloc.cc 31 #include "src/accessors.h"
128 return Accessors::MakeAccessor(isolate, name, &TestGetter, &TestSetter,
  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 43 // rather than generated accessors.
90 TEST(GeneratedMessageReflectionTest, Accessors) {
extension_set_unittest.cc 79 TEST(ExtensionSetTest, Accessors) {
323 // Test the mutable string accessors.
448 // without the hardcore memory management accessors there isn't a notion of
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 43 // rather than generated accessors.
90 TEST(GeneratedMessageReflectionTest, Accessors) {
extension_set_unittest.cc 81 TEST(ExtensionSetTest, Accessors) {
400 // Test the mutable string accessors.
526 // without the hardcore memory management accessors there isn't a notion of
  /external/llvm/unittests/Support/
BranchProbabilityTest.cpp 24 TEST(BranchProbabilityTest, Accessors) {
  /external/chromium_org/v8/test/mjsunit/
object-freeze.js 98 // Test on accessors.
283 // Accessors on fast object should behavior properly after freezing
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 705 static const V8DOMConfiguration::AccessorConfiguration {{v8_class}}Accessors[] = {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 190 TEST(GeneratedMessageTest, Accessors) {
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 979 TEST(RE2, Accessors) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 170 TEST(GeneratedMessageTest, Accessors) {
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 970 TEST(RE2, Accessors) {
    [all...]
  /external/chromium_org/v8/src/ic/
ic.cc 7 #include "src/accessors.h"
1005 Handle<Object> accessors = lookup->GetAccessors(); local
1458 Handle<Object> accessors = lookup->GetAccessors(); local
    [all...]

Completed in 517 milliseconds

1 2