Home | History | Annotate | Download | only in src

Lines Matching refs:GetComponent

2022     Handle<Object> getter(accessors->GetComponent(ACCESSOR_GETTER), isolate);
2023 Handle<Object> setter(accessors->GetComponent(ACCESSOR_SETTER), isolate);
11038 details->set(4, accessors->GetComponent(ACCESSOR_GETTER));
11039 details->set(5, accessors->GetComponent(ACCESSOR_SETTER));