Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 814085
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T01:27:52+00:00 2026-05-15T01:27:52+00:00

I use this pattern to test for undefined and null values in ActionScript/Flex :

  • 0

I use this pattern to test for undefined and null values in ActionScript/Flex :

if(obj) {
    execute()
}

Unfortunately, a ReferenceError is always thrown when I use the pattern to test for child objects :

if(obj.child) {
    execute()
}

ReferenceError: Error #1069: Property child not found on obj and there is no default value.

Why does testing for child objects with if statements throw a ReferenceError?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T01:27:53+00:00Added an answer on May 15, 2026 at 1:27 am

    You’re getting this error because the obj’s type does not have the child property in it. You need to do something like this:

    if((obj) && (obj.hasOwnProperty('child') && (obj.child)){
     execute()
    }
    

    More info on the hasOwnProperty method in the Object class:
    http://livedocs.adobe.com/flex/3/langref/Object.html#hasOwnProperty%28%29

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 510k
  • Answers 510k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer If can help i use this function that is more… May 16, 2026 at 4:57 pm
  • Editorial Team
    Editorial Team added an answer You are creating a new Form1 instance, so you are… May 16, 2026 at 4:57 pm
  • Editorial Team
    Editorial Team added an answer What you suggest is exactly right! Note that the result… May 16, 2026 at 4:57 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

In the iPhone objective-c world, I've seen this pattern everywhere and I use it
I am new in MVVM. I just learn this pattern and want to use
This should be really simple. If I have a String like this: ../Test?/sample*.txt then
i need some practical examples of cases when i could use the observer pattern
This extremely cool article written in the winter of 2007 shows me this code:
I wrote a mockup example to illustrate this without exposing anything confidential. It's a
I have come across a website that appears to use Ajax but does not
Ok i got this example from Regular Expression Cookbook ^(?=.{3}$).* The regex above is
I'm trying to figure out a Java regex problem that I'm having. This is
Has anyone got a strategy for unit testing heiarchies in Resharper? I typically use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.