Lines Matching full:given
22 // Cast the given object to a value of the specified type and store
23 // it in a variable with the given name. If the object is not of the
37 // Cast the given object to a boolean and store it in a variable with
38 // the given name. If the object is not a boolean call IllegalOperation
44 // Cast the given argument to a Smi and store its value in an int variable
45 // with the given name. If the argument is not a Smi call IllegalOperation
51 // Cast the given argument to a double and store it in a variable with
52 // the given name. If the argument is not a number (as opposed to
59 // Cast the given argument to a size_t and store its value in a variable with
60 // the given name. If the argument is not a size_t call IllegalOperation and
70 // a variable of the specified type with the given name. If the
77 // Cast the given argument to PropertyDetails and store its value in a
78 // variable with the given name. If the argument is not a Smi call
85 // Assert that the given argument has a valid value for a LanguageMode
86 // and store it in a LanguageMode variable with the given name.
93 // Assert that the given argument is a number within the Int32 range
102 // Cast the given argument to PropertyAttributes and store its value in a
103 // variable with the given name. If the argument is not a Smi call or the