Lines Matching full:given
14 // Cast the given object to a value of the specified type and store
15 // it in a variable with the given name. If the object is not of the
29 // Cast the given object to a boolean and store it in a variable with
30 // the given name. If the object is not a boolean we crash safely.
35 // Cast the given argument to a Smi and store its value in an int variable
36 // with the given name. If the argument is not a Smi we crash safely.
41 // Cast the given argument to a double and store it in a variable with
42 // the given name. If the argument is not a number (as opposed to
48 // Cast the given argument to a size_t and store its value in a variable with
49 // the given name. If the argument is not a size_t we crash safely.
57 // a variable of the specified type with the given name. If the
63 // Cast the given argument to PropertyDetails and store its value in a
64 // variable with the given name. If the argument is not a Smi we crash safely.
69 // Assert that the given argument has a valid value for a LanguageMode
70 // and store it in a LanguageMode variable with the given name.
78 // Assert that the given argument is a number within the Int32 range
85 // Assert that the given argument is a number within the Uint32 range
93 // Cast the given argument to PropertyAttributes and store its value in a
94 // variable with the given name. If the argument is not a Smi or the