Lines Matching refs:IsFound
605 if (!op.IsFound()) { in GlobalSetProperty()
692 if (!op->IsFound() && op->IsPrimitiveAttr()) { in SetProperty()
756 if (op->IsFound() && !op->IsOnPrototype()) { in SetProperty()
856 return OperationResult(thread, GetProperty(thread, &op), PropertyMetaData(op.IsFound())); in GetProperty()
866 return OperationResult(thread, GetProperty(thread, &op), PropertyMetaData(op.IsFound())); in GetProperty()
876 return OperationResult(thread, GetProperty(thread, &op), PropertyMetaData(op.IsFound())); in GetProperty()
884 return OperationResult(thread, GetProperty(thread, &op), PropertyMetaData(op.IsFound())); in GetProperty()
892 return OperationResult(thread, GetProperty(thread, &op), PropertyMetaData(op.IsFound())); in GetPropertyFromGlobal()
912 if (!op->IsFound()) { in GetProperty()
940 if (!op.IsFound()) { in DeleteProperty()
966 if (!op.IsFound()) { in GlobalGetOwnProperty()
987 if (!op.IsFound()) { in OrdinaryGetOwnProperty()
1242 return op.IsFound(); in HasProperty()
1256 return op.IsFound(); in HasProperty()
1924 if (op.IsFound()) { in ToPropertyDescriptor()
1933 if (op.IsFound()) { in ToPropertyDescriptor()
1942 if (op.IsFound()) { in ToPropertyDescriptor()
1950 if (op.IsFound()) { in ToPropertyDescriptor()
1959 if (op.IsFound()) { in ToPropertyDescriptor()
1971 if (op.IsFound()) { in ToPropertyDescriptor()
2110 ASSERT(op.IsFound()); in DefineSetter()
2120 ASSERT(op.IsFound()); in DefineGetter()
2193 ASSERT(!op.IsFound()); in AddAccessor()