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 6 #include "src/accessors.h"
33 Handle<AccessorInfo> Accessors::MakeAccessor(
53 Handle<ExecutableAccessorInfo> Accessors::CloneAccessor(
89 // Returns true for properties that are accessors to object fields.
92 bool Accessors::IsJSObjectFieldAccessor(typename T::TypeHandle type,
135 bool Accessors::IsJSObjectFieldAccessor<Type>(Type* type,
141 bool Accessors::IsJSObjectFieldAccessor<HeapType>(Handle<HeapType> type,
147 // Accessors::ArrayLength
152 Handle<Object> Accessors::FlattenNumber(Isolate* isolate,
167 void Accessors::ArrayLengthGetter
    [all...]
accessors.h 37 // Accessors contains all predefined proxy accessors.
39 class Accessors : public AllStatic {
75 // Returns true for properties that are accessors to object fields.
bootstrapper.cc 7 #include "src/accessors.h"
401 Accessors::FunctionLengthInfo(isolate(), attribs);
408 Accessors::FunctionNameInfo(isolate(), attribs);
415 Accessors::FunctionArgumentsInfo(isolate(), attribs);
422 Accessors::FunctionCallerInfo(isolate(), attribs);
433 Accessors::FunctionPrototypeInfo(isolate(), attribs);
499 Accessors::FunctionSetPrototype(object_fun, prototype);
557 Accessors::FunctionLengthInfo(isolate(), ro_attribs);
563 Accessors::FunctionNameInfo(isolate(), ro_attribs);
584 Accessors::FunctionPrototypeInfo(isolate(), attribs)
673 AccessorPair* accessors = AccessorPair::cast(descs->GetValue(number)); local
    [all...]
full-codegen.h 838 ObjectLiteral::Accessors,
842 TemplateHashMap<Literal, ObjectLiteral::Accessors,
849 if (it->second == NULL) it->second = new(zone_) ObjectLiteral::Accessors();
    [all...]
serialize.cc 7 #include "src/accessors.h"
231 // Accessors
233 Add(FUNCTION_ADDR(&Accessors::name##Getter), \
235 Accessors::k##name##Getter, \
236 "Accessors::" #name "Getter"); \
237 Add(FUNCTION_ADDR(&Accessors::name##Setter), \
239 Accessors::k##name##Setter, \
240 "Accessors::" #name "Setter");
    [all...]
ast.h     [all...]
hydrogen.h 10 #include "src/accessors.h"
39 // Simple accessors.
560 // Simple accessors.
    [all...]
ic.cc 7 #include "src/accessors.h"
609 return Accessors::FunctionGetPrototype(Handle<JSFunction>::cast(object));
    [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 29 #include "src/accessors.h"
129 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/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 771 static const V8DOMConfiguration::AccessorConfiguration {{v8_class}}Accessors[] = {
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [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...]

Completed in 912 milliseconds

1 2