HJS.Interpreter.InterpM
Documentation
toValueList :: Value -> [Value]Source
toRealString :: Convert a => a -> InterpM StringSource
toRealBool :: Convert a => a -> InterpM BoolSource
typeOfString :: Value -> InterpM ValueSource
hasProperty :: Object -> String -> BoolSource
deleteProperty :: Object -> String -> ObjectSource
newObjectRaw :: String -> InterpM ObjIdSource
putDebugFlags :: [DebugAction] -> InterpM ()Source
newFuncObject :: [String] -> [SourceElement] -> InterpM Value -> InterpM ObjIdSource
pushContext :: Ctx -> InterpM ()Source
getPropertyNames :: ObjId -> InterpM [String]Source
getPropertyNames' :: Object -> InterpM [String]Source